changeset 11:13709102af90

Build web-client with testing environment Reviewed-by: jkang Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-August/024576.html
author Andrew Azores <aazores@redhat.com>
date Fri, 18 Aug 2017 10:31:35 -0400
parents 873a1db68bca
children 2f04aa98a8a9
files thermostat-ng.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/thermostat-ng.sh	Wed Aug 09 14:25:37 2017 +0200
+++ b/thermostat-ng.sh	Fri Aug 18 10:31:35 2017 -0400
@@ -197,7 +197,7 @@
 
 npm_build() {
   # setup environment variables
-  export NODE_ENV=development
+  export NODE_ENV=testing
   export GATEWAY_URL
   npm install
   npm run build