From 5876ab487cfc310e1830870cbf2abfcf3eb6533b Mon Sep 17 00:00:00 2001 From: Keivan Beigi Date: Fri, 15 Jan 2016 22:13:00 -0800 Subject: [PATCH] fixed gulp build --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 3947d88ae..6d8ae2540 100755 --- a/build.sh +++ b/build.sh @@ -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']" }