Skip to content

Commit

Permalink
chore: update public_url
Browse files Browse the repository at this point in the history
  • Loading branch information
jser committed Aug 10, 2024
1 parent a6b0a8d commit f6fd3ef
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "/src/index.js",
"scripts": {
"start": "npx react-scripts start",
"build": "npx react-scripts build",
"build": "cross-env PUBLIC_URL=/tic-tac-toe react-scripts build",
"test": "echo test",
"eject": "npx react-scripts eject"
},
Expand All @@ -27,6 +27,7 @@
]
},
"devDependencies": {
"cross-env": "^7.0.3",
"jest": "^29.7.0",
"jest-watch-typeahead": "0.6.3",
"jest-watcher": "^29.7.0"
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3638,7 +3638,14 @@ create-jest@^29.7.0:
jest-util "^29.7.0"
prompts "^2.0.1"

cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
cross-env@^7.0.3:
version "7.0.3"
resolved "https://registry.npmmirror.com/cross-env/-/cross-env-7.0.3.tgz#865264b29677dc015ba8418918965dd232fc54cf"
integrity sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==
dependencies:
cross-spawn "^7.0.1"

cross-spawn@^7.0.0, cross-spawn@^7.0.1, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
version "7.0.3"
resolved "https://registry.npmmirror.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
Expand Down

0 comments on commit f6fd3ef

Please sign in to comment.