chore: move commit-lint to cli

This commit is contained in:
陈嘉涵
2019-08-22 14:01:53 +08:00
parent bcc6868c06
commit fc111cdfc7
6 changed files with 32 additions and 13 deletions
+10
View File
@@ -21,3 +21,13 @@ yarn add @vant/cli --dev
```shell
vant changelog ./name.md
```
#### Commit Lint
```json
"husky": {
"hooks": {
"commit-msg": "vant commit-lint"
}
}
```