Skip to content

Commit

Permalink
chore: use npm-run-all
Browse files Browse the repository at this point in the history
  • Loading branch information
zugdev committed Nov 14, 2024
1 parent 05a81b1 commit abd8486
Show file tree
Hide file tree
Showing 2 changed files with 12,486 additions and 8,764 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"node": "20.10.0"
},
"scripts": {
"start": "concurrently \"run-s start:sign serve\" \"yarn watch\"",
"start": "run-s start:sign serve:watch",
"serve:watch": "run-p serve watch",
"serve": "npx wrangler pages dev static --port 8080",
"watch": "tsx build/esbuild-watch.ts",
"format": "run-s format:lint format:prettier format:cspell",
Expand Down Expand Up @@ -65,7 +66,6 @@
"@types/node": "^20.11.19",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"concurrently": "^9.1.0",
"cspell": "^8.4.0",
"cypress": "^13.7.0",
"esbuild": "^0.20.1",
Expand Down
Loading

0 comments on commit abd8486

Please sign in to comment.