Skip to content

Commit

Permalink
fix: Turn off husky.
Browse files Browse the repository at this point in the history
Temporarily disabling husky as its throwing errors for some of the writers using Github Desktop
  • Loading branch information
clarkmcadoo committed May 18, 2023
1 parent a2b67bc commit 33ef585
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .husky/pre-commit
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
yarn pre-commit
yarn lint
# . "$(dirname -- "$0")/_/husky.sh"
# yarn pre-commit
# yarn lint

0 comments on commit 33ef585

Please sign in to comment.