[Build] update release.sh

This commit is contained in:
陈嘉涵 2018-08-22 20:38:34 +08:00
parent e81be5043d
commit f62b460251

View File

@ -10,12 +10,6 @@ read -p "Releasing $VERSION - are you sure? (y/n)" -n 1 -r
echo # (optional) move to a new line
if [[ $REPLY =~ ^[Yy]$ ]]
then
# build
npm run build:lib
# commit build
git commit -am "[build] $VERSION"
# commit
npm version $VERSION --message "[release] $VERSION"