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 ..."
|
||||
|
||||
# build
|
||||
npm run components
|
||||
npm run build:lib
|
||||
|
||||
# commit build
|
||||
git add -A
|
||||
git commit -m "[build] $VERSION"
|
||||
git commit -am "[build] $VERSION"
|
||||
|
||||
# commit
|
||||
npm version $VERSION --message "[release] $VERSION"
|
||||
|
Loading…
x
Reference in New Issue
Block a user