From: Julien Déramond Date: Wed, 2 Jul 2025 16:53:03 +0000 (+0200) Subject: Remove unused npm watch scripts X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fheads%2Fmain-jd-remove-unused-npm-watch-scripts;p=thirdparty%2Fbootstrap.git Remove unused npm watch scripts --- diff --git a/package.json b/package.json index c0f0c88136..a4b75ea426 100644 --- a/package.json +++ b/package.json @@ -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"