Skip to content

Commit 944a360

Browse files
authored
chore: handle tsc on pre-push (#85)
1 parent d4a2a16 commit 944a360

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.husky/pre-commit

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
npx lint-staged
1+
#!/bin/sh
2+
npx lint-staged

.husky/pre-push

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/sh
2+
pnpm type-check

0 commit comments

Comments
 (0)