0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-23 20:54:22 +01:00

It's over 9000

This commit is contained in:
Mark Otto 2025-02-21 14:16:08 -08:00
parent 8791de1116
commit 581fbb4852

View File

@ -92,7 +92,7 @@
"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-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",
"astro-preview": "astro preview --root site",
"astro-lint": "prettier --config site/.prettierrc.json -c --cache site && astro check --root site && tsc -p site --noEmit",