[baozhangchao] před 3 roky
rodič
revize
2ee6828503
1 změnil soubory, kde provedl 1 přidání a 3 odebrání
  1. 1
    3
      package.json

+ 1
- 3
package.json Zobrazit soubor

@@ -20,7 +20,6 @@
20 20
     "lint:style": "stylelint --fix \"src/**/*.less\" --syntax less",
21 21
     "openapi": "umi openapi",
22 22
     "playwright": "playwright install && playwright test",
23
-    "precommit": "lint-staged",
24 23
     "prettier": "prettier -c --write \"src/**/*\"",
25 24
     "serve": "umi-serve",
26 25
     "start": "cross-env UMI_ENV=dev umi dev",
@@ -97,6 +96,5 @@
97 96
     "typescript": "^4.5.0",
98 97
     "umi-serve": "^1.9.10"
99 98
   },
100
-  "engines": { "node": ">=10.0.0" },
101
-  "gitHooks": { "commit-msg": "fabric verify-commit" }
99
+  "engines": { "node": ">=10.0.0" }
102 100
 }