You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
&set_public_url # Set PUBLIC_URL based on the deployment prefix. PUBLIC_URL is equivalent to CRA's package.json homepage setting https://create-react-app.dev/docs/advanced-configuration/
34
+
run:
35
+
name: "Set PUBLIC_URL"
36
+
environment:
37
+
NODE_PATH: /usr/local/lib/node_modules
38
+
# Two env vars as PUBLIC_URL seems to be blank when running jest even if we set it.
# Set PUBLIC_URL based on the bucket prefix. PUBLIC_URL is equivalent to CRA's package.json homepage setting https://create-react-app.dev/docs/advanced-configuration/
110
-
- run:
111
-
name: "Set PUBLIC_URL for review branch"
112
-
environment:
113
-
NODE_PATH: /usr/local/lib/node_modules
114
-
# Two env vars as PUBLIC_URL seems to be blank when running jest even if we set it.
0 commit comments