cbfa98c
1
2
3
4
5
6
7
8
#!/usr/bin/env sh . "$(dirname "$0")/_/husky.sh" npx commitlint --edit $1 exit 0