From 8c1e47e9fac199b6b7f2b9a61243e1d6494f7192 Mon Sep 17 00:00:00 2001 From: Qstick Date: Tue, 23 Jan 2018 23:22:01 -0500 Subject: [PATCH] Update build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }