1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-07-07 04:19:25 +02:00

fixed gulp build

This commit is contained in:
Keivan Beigi 2016-01-15 22:13:00 -08:00
parent 9c14ca0f39
commit 5876ab487c

View File

@ -115,7 +115,7 @@ RunGulp()
echo "##teamcity[progressFinish 'npm install']"
echo "##teamcity[progressStart 'Running Gulp']"
CheckExitCode npm gulp build
CheckExitCode gulp build
echo "##teamcity[progressFinish 'Running Gulp']"
}