chore: temp remove check

This commit is contained in:
三咲智子 Kevin Deng 2023-11-09 17:26:59 +08:00
parent b15c87d62f
commit 061d8668e8
No known key found for this signature in database
GPG Key ID: 69992F2250DFD93E
1 changed files with 1 additions and 1 deletions

View File

@ -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": {