chore(husky): fixed husky commit message from bash/zsh syntax to sh syntax (#2572)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
[[ -n $HUSKY_BYPASS ]] || npx commitlint --edit $1
|
||||
[ -n "$HUSKY_BYPASS" ] || npx commitlint --edit $1
|
||||
|
||||
Reference in New Issue
Block a user