From efbc2428754dc803122198b523dc7071ddc6f3cd Mon Sep 17 00:00:00 2001 From: Tobias Bosch Date: Mon, 6 Jan 2014 15:48:30 -0800 Subject: chore(build): bugfixes to build scripts on Jenkins --- scripts/jenkins/master.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts/jenkins') 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 -- cgit v1.2.3