Skip to content

Commit

Permalink
Merge pull request #590 from oclif/ew/update-husky
Browse files Browse the repository at this point in the history
Fix for husky 9.1.1
  • Loading branch information
mdonnalley authored Jul 23, 2024
2 parents 2da2435 + bad4a00 commit 655ced4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname $0)/_/husky.sh"

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

yarn lint-staged --concurrent false

0 comments on commit 655ced4

Please sign in to comment.