File tree Expand file tree Collapse file tree 2 files changed +145
-139
lines changed Expand file tree Collapse file tree 2 files changed +145
-139
lines changed Original file line number Diff line number Diff line change 2323 "typecheck" : " tsc -p scripts && tsc -p playground && tsc -p packages/plugin-react" ,
2424 "test" : " pnpm run test-serve && pnpm run test-build && pnpm --filter ./packages/plugin-react-swc run test && npm run test-full-bundle-mode-serve" ,
2525 "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" ,
2727 "test-build" : " VITE_TEST_BUILD=1 vitest run -c playground/vitest.config.e2e.ts" ,
2828 "debug-serve" : " VITE_DEBUG_SERVE=1 vitest run -c playground/vitest.config.e2e.ts" ,
2929 "debug-build" : " VITE_TEST_BUILD=1 VITE_PRESERVE_BUILD_ARTIFACTS=1 vitest run -c playground/vitest.config.e2e.ts" ,
7474 "pnpm" : {
7575 "overrides" : {
7676 "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 "
7878 },
7979 "packageExtensions" : {
8080 "generouted" : {
You can’t perform that action at this time.
0 commit comments