chore: fix typo in @vant/cli
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vant/cli",
|
||||
"version": "1.0.3",
|
||||
"version": "1.0.4",
|
||||
"description": "vant cli tools",
|
||||
"main": "./src/index.js",
|
||||
"bin": {
|
||||
|
||||
@@ -15,7 +15,7 @@ function changelog(dist, cmd) {
|
||||
--issues-label "**Issue**" \
|
||||
--pr-label "**Improvements**" \
|
||||
--max-issues 0 \
|
||||
--no-author
|
||||
--no-author \
|
||||
--no-unreleased \
|
||||
--since-tag ${tag} \
|
||||
-o ${path.join(basepath, dist)}
|
||||
|
||||
Reference in New Issue
Block a user