[Build] update release.sh

This commit is contained in:
陈嘉涵 2018-08-10 15:39:06 +08:00
parent 1245c99cce
commit d79b145e13

View File

@ -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"