From d05c8ed025e632f5a2e53ec208afd87f06c39d6c Mon Sep 17 00:00:00 2001 From: neverland Date: Mon, 27 Aug 2018 19:40:15 +0800 Subject: [PATCH] [bugfix] bundle version wrong (#1703) --- build/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/release.sh b/build/release.sh index 959a76337..16dc48d66 100644 --- a/build/release.sh +++ b/build/release.sh @@ -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"