pockethost/.husky/commit-msg
2024-06-29 15:57:23 -07:00

6 lines
125 B
Plaintext

# branch="$(git rev-parse --abbrev-ref HEAD)"
# if [ "$branch" = "master" ]; then
# npx --no -- commitlint --edit $1
# fi