Files
ap_trade_frontend_manage/.husky/commit-msg
2024-12-25 17:42:12 +08:00

9 lines
146 B
Bash

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