We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0040e18 commit 8f553e2Copy full SHA for 8f553e2
package.json
@@ -21,7 +21,7 @@
21
"format": "prettier --write --cache .",
22
"lint": "eslint --cache .",
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",
+ "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
"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",
27
"test-build": "VITE_TEST_BUILD=1 vitest run -c playground/vitest.config.e2e.ts",
0 commit comments