Skip to content

Commit 52ece32

Browse files
authored
Merge pull request #44 from CodeCommunityHub/add-pre-push-husky
add pre push
2 parents 6e62ce5 + 7b4fd13 commit 52ece32

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.husky/pre-push

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env sh
2+
. "$(dirname -- "$0")/_/husky.sh"
3+
4+
yarn tsc && yarn lint && yarn test

0 commit comments

Comments
 (0)