Blame view

.husky/commit-msg 145 Bytes
vben authored
1
2
3
4
5
#!/bin/sh

# shellcheck source=./_/husky.sh
. "$(dirname "$0")/_/husky.sh"
6
7
PATH="/usr/local/bin:$PATH"
vben authored
8
npx --no-install commitlint --edit "$1"