Merge pull request #682 from thecodacus/bug/prestart-script
Browse files- package.json +1 -1
package.json
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
"scripts": {
|
9 |
"deploy": "npm run build && wrangler pages deploy",
|
10 |
"build": "remix vite:build",
|
11 |
-
"dev": "node pre-start.cjs
|
12 |
"test": "vitest --run",
|
13 |
"test:watch": "vitest",
|
14 |
"lint": "eslint --cache --cache-location ./node_modules/.cache/eslint app",
|
|
|
8 |
"scripts": {
|
9 |
"deploy": "npm run build && wrangler pages deploy",
|
10 |
"build": "remix vite:build",
|
11 |
+
"dev": "node pre-start.cjs && remix vite:dev",
|
12 |
"test": "vitest --run",
|
13 |
"test:watch": "vitest",
|
14 |
"lint": "eslint --cache --cache-location ./node_modules/.cache/eslint app",
|