fix: remove default license in vant cli template (#10546)

This commit is contained in:
neverland
2022-04-24 10:26:00 +08:00
committed by GitHub
parent 33150f82ea
commit 004f642622
5 changed files with 5 additions and 7 deletions

View File

@@ -50,11 +50,11 @@ Build documentation website. Files will be output to `site` directory.
Publish to npm. `build` and `changelog` will be automatically execute when run `release`.
## changelog
### changelog
Generate changelog based on commit records.
## commit-lint
### commit-lint
Validate the format of commit message. Need `husky` to do this.