Skip to content

Commit

Permalink
test buildscript removing REACT_APP_SUBDIR
Browse files Browse the repository at this point in the history
  • Loading branch information
ameliajmoser committed Feb 1, 2024
1 parent c6b505b commit bb2fab6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions web/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

<head>
<meta charset="utf-8" />
<!-- <base href="%PUBLIC_URL%/"> -->
<!-- <link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> -->
<base href="%PUBLIC_URL%/">
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<link href="https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Sniglet&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Carter+One&display=swap" rel="stylesheet">
Expand Down

0 comments on commit bb2fab6

Please sign in to comment.