aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/jenkins/master.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/jenkins/master.sh')
-rwxr-xr-xscripts/jenkins/master.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/jenkins/master.sh b/scripts/jenkins/master.sh
index e27fa552..93af4d94 100755
--- a/scripts/jenkins/master.sh
+++ b/scripts/jenkins/master.sh
@@ -12,7 +12,8 @@ function build {
cd ../..
if [[ $NO_TEST == "true" ]]; then
- grunt package
+ npm install --color false
+ grunt ci-checks package --no-color
else
./jenkins_build.sh
fi