Skip to content

Commit 9594575

Browse files
committed
chore(ci): back to vitest changed
Signed-off-by: tunnckoCore <5038030+tunnckoCore@users.noreply.github.com>
1 parent 34514da commit 9594575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"test:cov-spa": "vite serve ./coverage",
5252
"test:gen-cov": "bun scripts/coverage-badge.ts",
5353
"test": "COV=1 vitest run",
54-
"ci:test": "vitest run",
54+
"ci:test": "vitest run --changed",
5555
"ci:typecheck": "bun run check:types",
5656
"ci:lint": "bunx @biomejs/biome lint --max-diagnostics=none",
5757
"release": "bun run ci:lint && bun run ci:test && bun run test:gen-cov && bun run build",

0 commit comments

Comments
 (0)