Skip to content

Commit 1f7df13

Browse files
committed
chore: test scripts
1 parent 9a5ba6b commit 1f7df13

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
"release:minor": "npm run lint && npm run test && npm run prepack && changelogen --minor --release",
4848
"lint": "eslint .",
4949
"lint:fix": "eslint . --fix",
50-
"test": "vitest",
50+
"test": "pnpm dev:prepare && vitest --run --exclude **/__runtime__ && pnpm test:runtime",
51+
"test:runtime": "cd test/fixtures/basic && vitest --run",
5152
"test:types": "echo 'broken due to type regeneration, use pnpm typecheck' && npx nuxi typecheck",
5253
"script:generate-tpc": "bun ./scripts/generateTpcScripts.ts && pnpm lint:fix"
5354
},

0 commit comments

Comments
 (0)