From f62b4602512110b4929f0e4a890b08f53430ec69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=98=89=E6=B6=B5?= Date: Wed, 22 Aug 2018 20:38:34 +0800 Subject: [PATCH] [Build] update release.sh --- build/release.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build/release.sh b/build/release.sh index 122db8df..2bc1b6ce 100644 --- a/build/release.sh +++ b/build/release.sh @@ -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"