Skip to content

Commit

Permalink
chore: don't run commit-msg hook in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcdo29 authored May 10, 2021
1 parent 6f66a64 commit 015caed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

[ -n "$CI" ] && exit 0
./node_modules/.bin/commitlint --edit $1

0 comments on commit 015caed

Please sign in to comment.