chatgpt-web/.husky/commit-msg

5 lines
116 B
Plaintext
Raw Normal View History

2023-02-12 22:03:10 -05:00
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
pnpm exec commitlint --config .commitlintrc.json --edit "${1}"