We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34514da commit 9594575Copy full SHA for 9594575
package.json
@@ -51,7 +51,7 @@
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",
+ "ci:test": "vitest run --changed",
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",
0 commit comments