mirror of
https://github.com/Radarr/Radarr
synced 2024-12-23 00:12:44 +00:00
use npm-cache if installed
This commit is contained in:
parent
4c5707bba8
commit
0fcd20ec4a
1 changed files with 1 additions and 1 deletions
2
build.sh
2
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']"
|
||||
|
|
Loading…
Reference in a new issue