Skip to content

Commit 0920ade

Browse files
committed
update yarn.lock and add PUBLIC_URL to build script
1 parent 9db3983 commit 0920ade

File tree

2 files changed

+45
-1740
lines changed

2 files changed

+45
-1740
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "5.0.1",
44
"private": true,
55
"scripts": {
6-
"build": "REACT_APP_BACKEND=true node scripts/build.js",
6+
"build": "REACT_APP_BACKEND=true PUBLIC_URL='/light-blue-react' node scripts/build.js",
77
"start": "node scripts/start.js",
88
"start:backend": "REACT_APP_BACKEND=true node scripts/start.js",
99
"test": "node scripts/test.js"

0 commit comments

Comments
 (0)