feat:增加githooks
Showing
| ... | ... | @@ -140,5 +140,12 @@ |
| "ali-oss": "^6.12.0", | ||
| "react-sortable-hoc": "^1.11.0", | ||
| "vconsole-webpack-plugin": "^1.5.2" | ||
| }, | ||
| "husky": { | ||
| "hooks": { | ||
| "pre-commit": "node hooks/pre-commit.js", | ||
| "commit-msg": "node hooks/commit-msg.js", | ||
| "pre-push": "node hooks/pre-commit.js" | ||
| } | ||
| } | ||
| } |
Please
register
or
sign in
to comment