Skip to content

Commit db90f7f

Browse files
Tony133jmcdo29
andcommitted
Update .husky/commit-msg
Co-authored-by: Jay McDoniel <[email protected]>
1 parent 50f9b06 commit db90f7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.husky/commit-msg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/sh
22
. "$(dirname "$0")/_/husky.sh"
33

4-
npx --no-install commitlint --edit $1
4+
[ -n "$CI" ] && exit 0
5+
./node_modules/.bin/commitlint --edit $1

0 commit comments

Comments
 (0)