From 2a3b126e2a5c7f968df88091fe2546eb13565220 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Mon, 11 Mar 2019 16:55:29 +0000 Subject: [PATCH] Do CI in production mode --- build | 2 ++ 1 file changed, 2 insertions(+) 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; }