Skip to content

Commit

Permalink
update: start-watch with build
Browse files Browse the repository at this point in the history
  • Loading branch information
windingwind committed Jun 20, 2023
1 parent f22a071 commit 4d98313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"build": "concurrently -c auto npm:build-prod npm:tsc",
"tsc": "tsc --noEmit",
"start": "node scripts/start.mjs",
"start-watch": "concurrently -c auto npm:start npm:watch",
"start-watch": "npm run build-dev && concurrently -c auto npm:start npm:watch",
"stop": "node scripts/stop.mjs",
"restart-dev": "npm run build-dev && npm run stop && npm run start",
"restart-prod": "npm run build-prod && npm run stop && npm run start",
Expand Down

0 comments on commit 4d98313

Please sign in to comment.