Skip to content

Commit a249933

Browse files
committed
Add typecheck to pre-push hook
1 parent 7747c1a commit a249933

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lefthook.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,8 @@ pre-commit:
1111

1212
pre-push:
1313
jobs:
14+
- name: typecheck
15+
run: bunx tsc --noEmit
16+
root: packages/bumpy/
1417
- name: bumpy-check
1518
run: bunx @varlock/bumpy check --hook pre-push

0 commit comments

Comments
 (0)