chore(husky): fixed husky commit message from bash/zsh syntax to sh syntax (#2572)

This commit is contained in:
Jort
2026-02-25 13:27:07 +01:00
committed by GitHub
parent cd8b386bf8
commit a00c9e5e7c

View File

@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
[[ -n $HUSKY_BYPASS ]] || npx commitlint --edit $1
[ -n "$HUSKY_BYPASS" ] || npx commitlint --edit $1