We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f7df13 commit c89380fCopy full SHA for c89380f
package.json
@@ -47,8 +47,7 @@
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": "pnpm dev:prepare && vitest --run --exclude **/__runtime__ && pnpm test:runtime",
51
- "test:runtime": "cd test/fixtures/basic && vitest --run",
+ "test": "vitest",
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