|
@@ -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",
|
|
@@ -106,8 +105,5 @@
|
106
|
105
|
},
|
107
|
106
|
"engines": {
|
108
|
107
|
"node": ">=10.0.0"
|
109
|
|
- },
|
110
|
|
- "gitHooks": {
|
111
|
|
- "commit-msg": "fabric verify-commit"
|
112
|
108
|
}
|
113
|
109
|
}
|