# HG changeset patch # User Andrew Azores # Date 1503066695 14400 # Node ID 13709102af90264cbdc1ac8e6728ee9853116a32 # Parent 873a1db68bca21f306091c372f3c109b812de617 Build web-client with testing environment Reviewed-by: jkang Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-August/024576.html diff -r 873a1db68bca -r 13709102af90 thermostat-ng.sh --- 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