bolt.diy / .husky /commit-msg
Dominic Elm
chore: make sure that husky hooks are executed
cbfa98c
raw
history blame
84 Bytes
#!/usr/bin/env sh
. "$(dirname "$0")/_/husky.sh"
npx commitlint --edit $1
exit 0