0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-03-15 15:29:22 +01:00

It's over 9000

This commit is contained in:
Mark Otto 2025-02-21 14:16:08 -08:00
parent 6ea40f9267
commit 2c1e397c01

View File

@ -95,7 +95,7 @@
"watch-css-test": "nodemon --watch scss/ --ext scss,js --exec \"npm run css-test\"", "watch-css-test": "nodemon --watch scss/ --ext scss,js --exec \"npm run css-test\"",
"watch-js-main": "nodemon --watch js/src/ --ext js --exec \"npm-run-all js-lint js-compile\"", "watch-js-main": "nodemon --watch js/src/ --ext js --exec \"npm-run-all js-lint js-compile\"",
"watch-js-docs": "nodemon --watch site/assets/js/ --ext js --exec \"npm run js-lint\"", "watch-js-docs": "nodemon --watch site/assets/js/ --ext js --exec \"npm run js-lint\"",
"astro-dev": "astro dev --root site", "astro-dev": "astro dev --root site --port 9001",
"astro-build": "astro build --root site && rm -rf _site && cp -r site/dist _site", "astro-build": "astro build --root site && rm -rf _site && cp -r site/dist _site",
"astro-preview": "astro preview --root site", "astro-preview": "astro preview --root site",
"astro-lint": "prettier --config site/.prettierrc.json -c --cache site", "astro-lint": "prettier --config site/.prettierrc.json -c --cache site",