File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 21
21
"format" : " prettier --write --cache ." ,
22
22
"lint" : " eslint --cache ." ,
23
23
"typecheck" : " tsc -p scripts && tsc -p playground && tsc -p packages/plugin-react" ,
24
- "test" : " pnpm run test-serve && pnpm run test-build && pnpm --filter ./packages/plugin-react-swc run test && npm run test-full-bundle-mode-serve " ,
24
+ "test" : " pnpm run test-serve && pnpm run test-build && pnpm --filter ./packages/plugin-react-swc run test && npm run test-full-bundle-mode" ,
25
25
"test-serve" : " vitest run -c playground/vitest.config.e2e.ts" ,
26
26
"test-full-bundle-mode" : " VITE_TEST_FULL_BUNDLE_MODE=1 vitest run -c playground/vitest.config.e2e.ts" ,
27
27
"test-build" : " VITE_TEST_BUILD=1 vitest run -c playground/vitest.config.e2e.ts" ,
You can’t perform that action at this time.
0 commit comments