mirror of https://github.com/vuejs/core.git
chore: temp remove check
This commit is contained in:
parent
b15c87d62f
commit
061d8668e8
|
@ -41,7 +41,7 @@
|
||||||
"postinstall": "simple-git-hooks"
|
"postinstall": "simple-git-hooks"
|
||||||
},
|
},
|
||||||
"simple-git-hooks": {
|
"simple-git-hooks": {
|
||||||
"pre-commit": "pnpm lint-staged && pnpm check",
|
"pre-commit": "pnpm lint-staged",
|
||||||
"commit-msg": "node scripts/verifyCommit.js"
|
"commit-msg": "node scripts/verifyCommit.js"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
|
|
Loading…
Reference in New Issue