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 d98dd89 commit d63c7b1
Show file tree
Hide file tree
Showing 2 changed files with 8,278 additions and 5,855 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"node": ">=20.10.0"
},
"scripts": {
"start": "concurrently \"yarn start-wrangler\" \"yarn watch\"",
"start": "run-p start-wrangler watch",
"start-wrangler": "npx wrangler pages dev static --port 8080",
"watch": "tsx build/esbuild-watch.ts",
"build": "tsx build/esbuild-build.ts",
Expand Down Expand Up @@ -47,7 +47,6 @@
"@types/node": "^20.10.0",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"concurrently": "^9.1.0",
"cypress": "13.11.0",
"esbuild": "^0.19.8",
"eslint": "^8.54.0",
Expand Down
Loading

0 comments on commit d63c7b1

Please sign in to comment.