wireguard-dashboard/web-src/.husky/commit-msg

8 lines
144 B
Plaintext
Raw Normal View History

2024-06-04 09:55:48 +08:00
#!/bin/sh
# shellcheck source=./_/husky.sh
. "$(dirname "$0")/_/husky.sh"
PATH="/usr/local/bin:$PATH"
npx --no-install commitlint --edit "$1"