diff --git a/.husky/commit-msg b/.husky/commit-msg index 180420ab4..868e815e5 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,4 +1,5 @@ #!/bin/sh . "$(dirname "$0")/_/husky.sh" +[ -n "$CI" ] && exit 0 ./node_modules/.bin/commitlint --edit $1