Skip to content

Commit 45fdf89

Browse files
committed
chore: run plugin-swc test with pnpm test in root
1 parent aa02ac3 commit 45fdf89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"format": "prettier --write --cache .",
2222
"lint": "eslint --cache .",
2323
"typecheck": "tsc -p scripts && tsc -p playground && tsc -p packages/plugin-react",
24-
"test": "pnpm run test-serve && pnpm run test-build",
24+
"test": "pnpm run test-serve && pnpm run test-build && pnpm --filter ./packages/plugin-react-swc run test",
2525
"test-serve": "vitest run -c playground/vitest.config.e2e.ts",
2626
"test-build": "VITE_TEST_BUILD=1 vitest run -c playground/vitest.config.e2e.ts",
2727
"debug-serve": "VITE_DEBUG_SERVE=1 vitest run -c playground/vitest.config.e2e.ts",

0 commit comments

Comments
 (0)