From 0fcd20ec4a611770a4cfd10f23a063a96f685f3c Mon Sep 17 00:00:00 2001 From: Keivan Beigi Date: Mon, 28 Mar 2016 11:37:16 -0700 Subject: [PATCH] use npm-cache if installed --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index ac185c2ca..a577918df 100755 --- a/build.sh +++ b/build.sh @@ -102,7 +102,7 @@ Build() RunGulp() { echo "##teamcity[progressStart 'npm install']" - CheckExitCode npm install + npm-cache install npm || CheckExitCode npm install echo "##teamcity[progressFinish 'npm install']" echo "##teamcity[progressStart 'Running Gulp']"