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