File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 25
25
"typecheck" : " tsc -p scripts --noEmit && pnpm -r --parallel run typecheck" ,
26
26
"test" : " run-s test-serve test-build" ,
27
27
"test-serve" : " vitest run -c vitest.config.e2e.ts" ,
28
- "test-build" : " VITE_TEST_BUILD=1 vitest run -c vitest.config.e2e.ts" ,
28
+ "test-build" : " VITE_TEST_BUILD=1 vitest run -c vitest.config.e2e.ts --no-file-parallelism " ,
29
29
"test-unit" : " vitest run" ,
30
30
"test-docs" : " pnpm run docs-build" ,
31
31
"debug-serve" : " VITE_DEBUG_SERVE=1 vitest run -c vitest.config.e2e.ts" ,
32
- "debug-build" : " VITE_TEST_BUILD=1 VITE_PRESERVE_BUILD_ARTIFACTS=1 vitest run -c vitest.config.e2e.ts" ,
32
+ "debug-build" : " VITE_TEST_BUILD=1 VITE_PRESERVE_BUILD_ARTIFACTS=1 vitest run -c vitest.config.e2e.ts --no-file-parallelism " ,
33
33
"docs" : " pnpm --filter=docs run docs" ,
34
34
"docs-build" : " pnpm --filter=docs run docs-build" ,
35
35
"docs-serve" : " pnpm --filter=docs run docs-serve" ,
You can’t perform that action at this time.
0 commit comments