Skip to content

Commit

Permalink
chore(husky): fix husky v7 hooks (#682)
Browse files Browse the repository at this point in the history
  • Loading branch information
chimurai committed Nov 28, 2021
1 parent 9986a6f commit a21c0dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .husky/commit-msg
@@ -1 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

yarn commitlint --edit $1
3 changes: 3 additions & 0 deletions .husky/pre-commit
@@ -1 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

yarn lint-staged

0 comments on commit a21c0dc

Please sign in to comment.