aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/jenkins/release.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/jenkins/release.sh b/scripts/jenkins/release.sh
index 4bb3b076..be75efd7 100755
--- a/scripts/jenkins/release.sh
+++ b/scripts/jenkins/release.sh
@@ -13,8 +13,7 @@ BUMP_TYPE=$1
sed -i .tmp -e 's/"version": "\(.*\)-snapshot"/"version": "\1"/' package.json
# Build
-# ./jenkins_build.sh
-grunt package
+./jenkins_build.sh
VERSION=`cat build/version.txt`
# Commit and tag