Remove unused npm watch scripts

This commit is contained in:
Julien Déramond 2025-07-02 18:53:03 +02:00
parent 64b340c37f
commit f4efb1d0e1
No known key found for this signature in database
GPG Key ID: EE5F274EA1F477FA
1 changed files with 0 additions and 1 deletions

View File

@ -99,7 +99,6 @@
"watch-css-docs": "nodemon --watch site/src/scss/ --ext scss --exec \"npm run css-lint\"",
"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/src/assets/ --ext js --exec \"npm run js-lint\"",
"astro-dev": "astro dev --root site --port 9001",
"astro-build": "astro build --root site && rm -rf _site && cp -r site/dist _site",
"astro-preview": "astro preview --root site --port 9001"