aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorTobias Bosch2013-12-13 14:33:43 -0800
committerTobias Bosch2013-12-13 14:33:43 -0800
commitda8ab2f928c8bf60f29c43ff4c9189518b24e7ef (patch)
treec5a06e219935015a6c8694d9e56b3567928f6e48 /scripts
parent6d01384a55a2e0550eb8a0844b500c3bf0fdc588 (diff)
downloadangular.js-da8ab2f928c8bf60f29c43ff4c9189518b24e7ef.tar.bz2
chore(build): fix release.sh
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