Skip to content

Commit 34514da

Browse files
committed
chore(ci): typecheck & testing
Signed-off-by: tunnckoCore <5038030+tunnckoCore@users.noreply.github.com>
1 parent 5ac66d2 commit 34514da

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
@@ -51,7 +51,8 @@
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 --changed",
54+
"ci:test": "vitest run",
55+
"ci:typecheck": "bun run check:types",
5556
"ci:lint": "bunx @biomejs/biome lint --max-diagnostics=none",
5657
"release": "bun run ci:lint && bun run ci:test && bun run test:gen-cov && bun run build",
5758
"prepublishOnly": "bun run release",

0 commit comments

Comments
 (0)