codacus commited on
Commit
acd61fe
·
unverified ·
2 Parent(s): 8c7a9f7 e9e27e4

Merge pull request #682 from thecodacus/bug/prestart-script

Browse files
Files changed (1) hide show
  1. 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; remix vite:dev",
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",