Skip to content
This repository has been archived by the owner on Jul 4, 2022. It is now read-only.

Commit

Permalink
chore: disable husky commit-msg hook on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
feerglas committed Jul 27, 2021
1 parent a498c7e commit d64ce66
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-install commitlint --edit $1

0 comments on commit d64ce66

Please sign in to comment.