We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ac66d2 commit 34514daCopy full SHA for 34514da
package.json
@@ -51,7 +51,8 @@
51
"test:cov-spa": "vite serve ./coverage",
52
"test:gen-cov": "bun scripts/coverage-badge.ts",
53
"test": "COV=1 vitest run",
54
- "ci:test": "vitest run --changed",
+ "ci:test": "vitest run",
55
+ "ci:typecheck": "bun run check:types",
56
"ci:lint": "bunx @biomejs/biome lint --max-diagnostics=none",
57
"release": "bun run ci:lint && bun run ci:test && bun run test:gen-cov && bun run build",
58
"prepublishOnly": "bun run release",
0 commit comments