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; }