File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
"dev" : " vite --port 4000" ,
8
8
"build" : " tsc -b && vite build" ,
9
9
"preview" : " vite preview" ,
10
- "test" : " pnpm run --parallel --stream --filter e2e-react-router '/^test:/'" ,
10
+ "test" : " pnpm run '/^test:/'" ,
11
11
"test:unit" : " vitest" ,
12
12
"test:e2e" : " echo 'todo: Implement e2e tests'"
13
13
},
Original file line number Diff line number Diff line change 7
7
"dev" : " vite --port 4000" ,
8
8
"build" : " tsc -b && vite build" ,
9
9
"preview" : " vite preview" ,
10
- "test" : " pnpm run --parallel --stream --filter e2e-react '/^test:/'" ,
10
+ "test" : " pnpm run '/^test:/'" ,
11
11
"test:unit" : " vitest" ,
12
12
"test:e2e" : " echo 'todo: Implement e2e tests'"
13
13
},
Original file line number Diff line number Diff line change 8
8
"dev" : " remix vite:dev --port 4001" ,
9
9
"lint" : " eslint --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint ." ,
10
10
"start" : " remix-serve ./build/server/index.js" ,
11
- "test" : " pnpm run --parallel --stream --filter e2e-remix '/^test:/'" ,
11
+ "test" : " pnpm run '/^test:/'" ,
12
12
"test:e2e" : " echo \" todo: Add e2e tests for Remix\" " ,
13
13
"test:types" : " tsc"
14
14
},
Original file line number Diff line number Diff line change 104
104
"prebuild" : " rm -rf dist" ,
105
105
"build" : " tsup" ,
106
106
"postbuild" : " size-limit --json > size.json" ,
107
- "test" : " pnpm run --parallel --stream '/^test:/'" ,
107
+ "test" : " pnpm run '/^test:/'" ,
108
108
"test:types" : " tsd" ,
109
109
"test:unit" : " vitest run" ,
110
110
"test:size" : " size-limit" ,
You can’t perform that action at this time.
0 commit comments