Skip to content

Commit c89380f

Browse files
committed
chore: broken ci
1 parent 1f7df13 commit c89380f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@
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": "pnpm dev:prepare && vitest --run --exclude **/__runtime__ && pnpm test:runtime",
51-
"test:runtime": "cd test/fixtures/basic && vitest --run",
50+
"test": "vitest",
5251
"test:types": "echo 'broken due to type regeneration, use pnpm typecheck' && npx nuxi typecheck",
5352
"script:generate-tpc": "bun ./scripts/generateTpcScripts.ts && pnpm lint:fix"
5453
},

0 commit comments

Comments
 (0)