fix(cli): should output changelog build process

This commit is contained in:
陈嘉涵
2019-12-13 17:50:17 +08:00
parent 5656c16232
commit 859e732753
2 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
"test:watch": "vant-cli test --watch",
"release:site": "sh docs/site/release.sh",
"test:coverage": "open test/coverage/index.html",
"changelog": "vant-cli changelog ./docs/changelog.generated.md"
"changelog": "vant-cli changelog ./changelog.generated.md --tag 2.3.0"
},
"husky": {
"hooks": {