File tree Expand file tree Collapse file tree 2 files changed +156
-145
lines changed Expand file tree Collapse file tree 2 files changed +156
-145
lines changed Original file line number Diff line number Diff line change 23
23
"typecheck" : " tsc -p scripts && tsc -p playground && tsc -p packages/plugin-react" ,
24
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" ,
25
25
"test-serve" : " vitest run -c playground/vitest.config.e2e.ts" ,
26
- "test-full-bundle-mode-serve " : " VITE_TEST_FULL_BUNDLE_MODE=1 vitest run -c playground/vitest.config.e2e.ts" ,
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" ,
28
28
"debug-serve" : " VITE_DEBUG_SERVE=1 vitest run -c playground/vitest.config.e2e.ts" ,
29
29
"debug-build" : " VITE_TEST_BUILD=1 VITE_PRESERVE_BUILD_ARTIFACTS=1 vitest run -c playground/vitest.config.e2e.ts" ,
74
74
"pnpm" : {
75
75
"overrides" : {
76
76
"vitest>vite" : " npm:vite@^6.2.6" ,
77
- "vite" : " https://pkg.pr.new/vitejs/rolldown-vite@107 "
77
+ "vite" : " https://pkg.pr.new/vitejs/rolldown-vite@bdb70a9 "
78
78
},
79
79
"packageExtensions" : {
80
80
"generouted" : {
You can’t perform that action at this time.
0 commit comments