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 9a5ba6b commit 1f7df13Copy full SHA for 1f7df13
package.json
@@ -47,7 +47,8 @@
47
"release:minor": "npm run lint && npm run test && npm run prepack && changelogen --minor --release",
48
"lint": "eslint .",
49
"lint:fix": "eslint . --fix",
50
- "test": "vitest",
+ "test": "pnpm dev:prepare && vitest --run --exclude **/__runtime__ && pnpm test:runtime",
51
+ "test:runtime": "cd test/fixtures/basic && vitest --run",
52
"test:types": "echo 'broken due to type regeneration, use pnpm typecheck' && npx nuxi typecheck",
53
"script:generate-tpc": "bun ./scripts/generateTpcScripts.ts && pnpm lint:fix"
54
},
0 commit comments