Skip to content

Commit

Permalink
fix(tooling): Remove deprecated lines from husky hooks (#2119)
Browse files Browse the repository at this point in the history
This is required since husky 9.1.1.

See typicode/husky#1474
  • Loading branch information
melink14 authored Jul 22, 2024
1 parent 8b082c7 commit 8380e94
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"

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

npm run presubmit

0 comments on commit 8380e94

Please sign in to comment.