mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 09:24:25 +00:00
[bugfix] bundle version wrong (#1703)
This commit is contained in:
@@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user