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 e806839 commit 365b384Copy full SHA for 365b384
.github/workflows/test.yml
@@ -55,4 +55,4 @@ jobs:
55
brew config
56
57
- name: Check
58
- run: DEBUG='*' pnpm check
+ run: DEBUG='vite*' pnpm check
package.json
@@ -64,7 +64,7 @@
64
"build:prepare": "rimraf dist && node scripts/copyShared",
65
"build:client": "vue-tsc --noEmit -p src/client && tsc -p src/client && node scripts/copyClient",
66
"build:node": "tsc -p src/node --noEmit && rollup --config rollup.config.ts --configPlugin esbuild",
67
- "test": "run-p --aggregate-output test:unit test:e2e test:init",
+ "test": "test:e2e",
68
"test:unit": "vitest run -r __tests__/unit",
69
"test:unit:watch": "vitest -r __tests__/unit",
70
"test:e2e": "run-s test:e2e-dev test:e2e-build",
0 commit comments