Skip to content

Commit 9177bf8

Browse files
gracefullightclaude
andcommitted
ci: move typecheck from pre-push to pre-commit
Catch type errors at commit time instead of push time for faster feedback loop. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1e07b46 commit 9177bf8

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.husky/pre-commit

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
bunx lint-staged
2+
bun run typecheck

.husky/pre-push

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
bun run typecheck
21
bun run test

0 commit comments

Comments
 (0)