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.
pnpm test
1 parent aa02ac3 commit 45fdf89Copy full SHA for 45fdf89
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",
+ "test": "pnpm run test-serve && pnpm run test-build && pnpm --filter ./packages/plugin-react-swc run test",
25
"test-serve": "vitest run -c playground/vitest.config.e2e.ts",
26
"test-build": "VITE_TEST_BUILD=1 vitest run -c playground/vitest.config.e2e.ts",
27
"debug-serve": "VITE_DEBUG_SERVE=1 vitest run -c playground/vitest.config.e2e.ts",
0 commit comments