From fd7a215c9657c9acc29e4f374e95f0aa14ded2d6 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Mon, 11 Mar 2019 16:57:06 +0000 Subject: [PATCH] Do the setup in dev mode --- build | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build b/build index ea59869..3cec223 100755 --- a/build +++ b/build @@ -136,9 +136,10 @@ task_ci() { execute npm --version; task_end $?; - export NODE_ENV=production; - tasks_run setup main archive; + tasks_run setup; + export NODE_ENV=production; + tasks_run main archive; }