test: 测试husky忽略文件
This commit is contained in:
parent
04b9b1190b
commit
a7b101e3fb
4
.husky/_/commit-msg
Normal file
4
.husky/_/commit-msg
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
#!/usr/bin/env sh
|
||||||
|
. "$(dirname -- "$0")/husky.sh"
|
||||||
|
|
||||||
|
npx --no-install commitlint --edit $1
|
||||||
4
.husky/_/pre-commit
Normal file
4
.husky/_/pre-commit
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
#!/usr/bin/env sh
|
||||||
|
. "$(dirname "$0")/husky.sh"
|
||||||
|
|
||||||
|
pnpm run lint:lint-staged
|
||||||
Loading…
x
Reference in New Issue
Block a user