Skip to content

Commit

Permalink
feat: add public url variable
Browse files Browse the repository at this point in the history
  • Loading branch information
qzeene committed Jul 16, 2023
1 parent 7185cc2 commit b864d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"build": "PUBLIC_URL=/unit-demo-cra/ react-scripts build",
"eject": "react-scripts eject",
"test": "react-scripts test",
"e2e": "playwright test --project=chromium",
Expand Down

0 comments on commit b864d84

Please sign in to comment.