diff --git a/build.sh b/build.sh index a6819af99..a350b02ef 100755 --- a/build.sh +++ b/build.sh @@ -131,7 +131,7 @@ RunGulp() LintUI ProgressStart 'Running gulp' - CheckExitCode yarn build --production + CheckExitCode yarn run build --production ProgressEnd 'Running gulp' }