mirror of
https://github.com/kailong321200875/vue-element-plus-admin.git
synced 2024-11-21 00:51:22 +08:00
fix: 修复husky问题
This commit is contained in:
parent
15db5e8db3
commit
7b8e58e0ec
@ -1,4 +1 @@
|
||||
#!/bin/sh
|
||||
. "$(dirname "$0")/husky.sh"
|
||||
|
||||
pnpm commitlint --edit "$1"
|
||||
npx --no -- commitlint --edit $1
|
@ -1,8 +1,2 @@
|
||||
#!/bin/sh
|
||||
. "$(dirname "$0")/husky.sh"
|
||||
|
||||
[ -n "$CI" ] && exit 0
|
||||
|
||||
# Format and submit code according to lintstagedrc.js configuration
|
||||
npm run ts:check
|
||||
npm run lint:lint-staged
|
||||
npm run lint:lint-staged
|
Loading…
Reference in New Issue
Block a user