session-desktop/.husky/commit-msg
William Grant 22036000a6 feat: added conventional commit requirement
use npx for husky hooks
2023-09-01 15:54:15 +10:00

5 lines
88 B
Bash
Executable file

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