From 7d298a42a4e39e64f9dec06fd2d10611e38ce1e3 Mon Sep 17 00:00:00 2001 From: Alan Friedman Date: Sun, 12 May 2019 16:34:11 -0400 Subject: [PATCH] Update build script --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 9014aa6..30f3b79 100755 --- a/build.sh +++ b/build.sh @@ -4,7 +4,7 @@ yarn --production=false REACT_APP_API_HOST=$API_HOST \ REACT_APP_API_PROTOCOL=$API_PROTOCOL \ REACT_APP_API_PORT=$API_PORT \ -yarn react-scripts build +yarn build cd ../ echo "building server..."