scratch-semantic-release-co.../.husky/commit-msg
Christopher Willis-Ford b16dbb4748 build(husky): fix permissions on husky commit-msg hook
The executable bit needs to be set for the hook to work.
2022-08-23 07:19:04 -07:00

4 lines
91 B
Bash
Executable file

#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
npx --no-install commitlint --edit $1