mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
[Build] update release.sh
This commit is contained in:
parent
1245c99cce
commit
d79b145e13
@ -13,11 +13,10 @@ then
|
|||||||
echo "Releasing $VERSION ..."
|
echo "Releasing $VERSION ..."
|
||||||
|
|
||||||
# build
|
# build
|
||||||
npm run components
|
npm run build:lib
|
||||||
|
|
||||||
# commit build
|
# commit build
|
||||||
git add -A
|
git commit -am "[build] $VERSION"
|
||||||
git commit -m "[build] $VERSION"
|
|
||||||
|
|
||||||
# commit
|
# commit
|
||||||
npm version $VERSION --message "[release] $VERSION"
|
npm version $VERSION --message "[release] $VERSION"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user