Skip to content

Commit 5e1218e

Browse files
committed
fix husky
1 parent a532918 commit 5e1218e

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)