From bb2fab629a02dc12e0be0faf4a71d737ae370057 Mon Sep 17 00:00:00 2001 From: ameliajmoser <77028687+ameliajmoser@users.noreply.github.com> Date: Thu, 1 Feb 2024 15:12:19 -0600 Subject: [PATCH] test buildscript removing REACT_APP_SUBDIR --- web/package.json | 2 +- web/public/index.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/package.json b/web/package.json index c5f8967..5dba05a 100644 --- a/web/package.json +++ b/web/package.json @@ -42,7 +42,7 @@ "build-local-windows": "set REACT_APP_DEV=true REACT_APP_SUBDIR='/' REACT_APP_DATA_COLLECTION_BASE_URL=http://localhost:3000 && npm run build:css && react-scripts build && xcopy .\\build\\* ..\\server\\game-web /e /y && serve build", "build-ucalgary": "export REACT_APP_DEV=true REACT_APP_DATA_COLLECTION_BASE_URL=https://mathgame.ucalgary.ca && npm run build:css && react-scripts build && cp -r build/* ../server/game-web", "build-ucalgary-qa": "export REACT_APP_DEV=true REACT_APP_DATA_COLLECTION_BASE_URL=http://Transformations-env.eba-uapif8yq.us-west-2.elasticbeanstalk.com && npm run build:css && react-scripts build && cp -r build/* ../server/game-web", - "build-fieldday-develop": "export REACT_APP_SUBDIR='/play/transformation-quest/ci/develop' PUBLIC_URL=https://fielddaylab.wisc.edu/play/transformation-quest/ci/develop/ && npm run build:css && react-scripts build", + "build-fieldday-develop": "export REACT_APP_SUBDIR='/' PUBLIC_URL=https://fielddaylab.wisc.edu/play/transformation-quest/ci/develop/ && npm run build:css && react-scripts build", "watch": "npm-watch", "test": "react-scripts test", "eject": "react-scripts eject", diff --git a/web/public/index.html b/web/public/index.html index dbaafd8..f294748 100644 --- a/web/public/index.html +++ b/web/public/index.html @@ -3,8 +3,8 @@ - - + +