File size: 87 Bytes
1f2d50a |
1 2 3 4 |
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
npx --no -- commitlint --edit "$1"
|
1f2d50a |
1 2 3 4 |
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
npx --no -- commitlint --edit "$1"
|