Skip to content

Commit

Permalink
fix: disable husky hooks in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Zuev committed Dec 24, 2021
1 parent 549c9aa commit 4919d54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/sh
[ -n "$CI" ] && exit 0

. "$(dirname "$0")/_/husky.sh"

npx --no -- commitlint --edit "$1"

0 comments on commit 4919d54

Please sign in to comment.