mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[bugfix] bundle version wrong (#1703)
This commit is contained in:
parent
9e22eb4c1f
commit
d05c8ed025
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user