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']"