Run gulp using npm Simplifies usage of gulp and makes sure everyone is using same version

This commit is contained in:
Björn Dahlgren 2015-11-10 00:35:20 +01:00 committed by Keivan Beigi
commit 1293bab868
4 changed files with 7 additions and 6 deletions

View file

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