puppeteer/.husky/pre-commit

5 lines
80 B
Plaintext
Raw Normal View History

#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
2023-03-06 13:28:28 +00:00
npx commitlint --edit "$1"