Files
SOP/sop-admin/sop-admin-frontend/.husky/commit-msg
六如 c08fec74c9 5.0
2024-10-04 21:48:38 +08:00

8 lines
144 B
Bash
Executable File

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