diff --git a/build b/build index 51fcddb..ea59869 100755 --- a/build +++ b/build @@ -136,6 +136,8 @@ task_ci() { execute npm --version; task_end $?; + export NODE_ENV=production; + tasks_run setup main archive; }