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"