1
0
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:
陈嘉涵 2018-08-10 15:39:06 +08:00
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"