Skip to content

Commit 33ef585

Browse files
committed
fix: Turn off husky.
Temporarily disabling husky as its throwing errors for some of the writers using Github Desktop
1 parent a2b67bc commit 33ef585

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.husky/pre-commit

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
3-
yarn pre-commit
4-
yarn lint
2+
# . "$(dirname -- "$0")/_/husky.sh"
3+
# yarn pre-commit
4+
# yarn lint

0 commit comments

Comments
 (0)