chatgpt-web/.husky/commit-msg

5 lines
116 B
Bash

#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
pnpm exec commitlint --config .commitlintrc.json --edit "${1}"