We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9842ffa commit e9c3646Copy full SHA for e9c3646
package.json
@@ -20,6 +20,7 @@
20
"test": "run-s test-unit test-serve test-build",
21
"test-serve": "vitest run -c vitest.config.e2e.ts",
22
"test-build": "cross-env VITE_TEST_BUILD=1 vitest run -c vitest.config.e2e.ts",
23
+ "test-build-legacy-cjs": "cross-env VITE_TEST_LEGACY_CJS_PLUGIN=1 pnpm test-build",
24
"test-unit": "vitest run",
25
"test-docs": "pnpm run docs-build",
26
"debug-serve": "cross-env VITE_DEBUG_SERVE=1 vitest run -c vitest.config.e2e.ts",
0 commit comments