Browse Source

chore: remove commit message lint

三咲智子 Kevin Deng 2 years ago
parent
commit
b64e0901bd
1 changed files with 1 additions and 2 deletions
  1. 1 2
      package.json

+ 1 - 2
package.json

@@ -43,8 +43,7 @@
     "postinstall": "simple-git-hooks"
   },
   "simple-git-hooks": {
-    "pre-commit": "pnpm lint-staged",
-    "commit-msg": "node scripts/verifyCommit.js"
+    "pre-commit": "pnpm lint-staged"
   },
   "lint-staged": {
     "*.{js,json}": [