[bugfix] bundle version wrong (#1703)

This commit is contained in:
neverland 2018-08-27 19:40:15 +08:00 committed by GitHub
parent 9e22eb4c1f
commit d05c8ed025
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@ echo # (optional) move to a new line
if [[ $REPLY =~ ^[Yy]$ ]]
then
# build
npm version $VERSION --no-git-tag-version
VERSION=$VERSION npm run build:lib
# publish vant-css
@ -21,7 +22,6 @@ then
cd ../..
# commit
npm version $VERSION --no-git-tag-version
git tag v$VERSION
git commit -am "[release] $VERSION"