build(husky): 📦 husky9.x版本适配
This commit is contained in:
parent
77f169645d
commit
9a71257860
|
|
@ -1,4 +1 @@
|
|||
#!/bin/sh
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
npx --no-install commitlint --edit $1
|
||||
|
|
|
|||
|
|
@ -1,4 +1 @@
|
|||
#!/bin/sh
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
npm run lint:lint-staged
|
||||
|
|
|
|||
Loading…
Reference in New Issue