Skip to content

Commit 6e62ce5

Browse files
authored
Merge pull request #43 from CodeCommunityHub/fix-husky
fix husky
2 parents a532918 + 5e1218e commit 6e62ce5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.husky/pre-commit

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

.husky/pre-push

Whitespace-only changes.

0 commit comments

Comments
 (0)