chore: move commit-lint to cli
This commit is contained in:
@@ -21,3 +21,13 @@ yarn add @vant/cli --dev
|
||||
```shell
|
||||
vant changelog ./name.md
|
||||
```
|
||||
|
||||
#### Commit Lint
|
||||
|
||||
```json
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"commit-msg": "vant commit-lint"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user