scratch-paint/.husky/commit-msg
2022-08-26 07:38:57 -07:00

4 lines
93 B
Bash
Executable file

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