next-app-boilerplate/.husky/commit-msg

5 lines
79 B
Plaintext
Raw Normal View History

2022-05-16 21:33:47 +02:00
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npx --no -- commitlint --edit "${1}"