李志伟 3 years ago
parent
commit
fdc76ff230
1 changed files with 0 additions and 4 deletions
  1. 0
    4
      package.json

+ 0
- 4
package.json View File

20
     "lint:style": "stylelint --fix \"src/**/*.less\" --syntax less",
20
     "lint:style": "stylelint --fix \"src/**/*.less\" --syntax less",
21
     "openapi": "umi openapi",
21
     "openapi": "umi openapi",
22
     "playwright": "playwright install && playwright test",
22
     "playwright": "playwright install && playwright test",
23
-    "precommit": "lint-staged",
24
     "prettier": "prettier -c --write \"src/**/*\"",
23
     "prettier": "prettier -c --write \"src/**/*\"",
25
     "serve": "umi-serve",
24
     "serve": "umi-serve",
26
     "start": "cross-env UMI_ENV=dev umi dev",
25
     "start": "cross-env UMI_ENV=dev umi dev",
106
   },
105
   },
107
   "engines": {
106
   "engines": {
108
     "node": ">=10.0.0"
107
     "node": ">=10.0.0"
109
-  },
110
-  "gitHooks": {
111
-    "commit-msg": "fabric verify-commit"
112
   }
108
   }
113
 }
109
 }