From e00c7af8b77a32e708eeacdbc4b57a5a0ea761c7 Mon Sep 17 00:00:00 2001 From: Qstick Date: Mon, 22 Jan 2018 11:58:03 -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 20c17b89d..a6819af99 100755 --- a/build.sh +++ b/build.sh @@ -131,7 +131,7 @@ RunGulp() LintUI ProgressStart 'Running gulp' - CheckExitCode npm run build -- --production + CheckExitCode yarn build --production ProgressEnd 'Running gulp' }