mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-03 00:00:58 +08:00
8 lines
144 B
Bash
8 lines
144 B
Bash
#!/bin/sh
|
|
|
|
# shellcheck source=./_/husky.sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
PATH="/usr/local/bin:$PATH"
|
|
|
|
npx --no-install commitlint --edit "$1" |