update: start-watch

This commit is contained in:
windingwind 2023-06-20 10:29:48 +08:00
parent 7506b59b6d
commit 45beb47153

View File

@ -22,7 +22,7 @@
"start-z7": "node scripts/start.mjs --z 7",
"start": "node scripts/start.mjs",
"stop": "node scripts/stop.mjs",
"start-watch": "concurrently -c auto npm:start npm:watch",
"start-watch": "npm run build-dev && concurrently -c auto npm:start npm:watch",
"restart-dev-z6": "npm run build-dev && npm run stop && npm run start-z6",
"restart-dev-z7": "npm run build-dev && npm run stop && npm run start-z7",
"restart-dev": "npm run build-dev && npm run stop && npm run start",