Update build script

This commit is contained in:
Alan Friedman 2019-05-12 16:34:11 -04:00
parent ff0bef11ac
commit 7d298a42a4

View File

@ -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..."