Skip to content

Commit acd61fe

Browse files
authored
Merge pull request #682 from thecodacus/bug/prestart-script
fix: dev command
2 parents 8c7a9f7 + e9e27e4 commit acd61fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"scripts": {
99
"deploy": "npm run build && wrangler pages deploy",
1010
"build": "remix vite:build",
11-
"dev": "node pre-start.cjs; remix vite:dev",
11+
"dev": "node pre-start.cjs && remix vite:dev",
1212
"test": "vitest --run",
1313
"test:watch": "vitest",
1414
"lint": "eslint --cache --cache-location ./node_modules/.cache/eslint app",

0 commit comments

Comments
 (0)