build(husky): 修改commitlint
This commit is contained in:
parent
c443f9650c
commit
cd734d8524
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
. "$(dirname -- "$0")/_/husky.sh"
|
. "$(dirname -- "$0")/_/husky.sh"
|
||||||
|
|
||||||
npx run commitlint --edit
|
npx commitlint --edit "$1"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue