Skip to content

Commit 0620495

Browse files
committed
fix: env from github
1 parent 6921d06 commit 0620495

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"analyze": "source-map-explorer 'build/static/js/*.js'",
9191
"start": "cross-env GENERATE_SOURCEMAP=false react-app-rewired start",
9292
"start-functions": "netlify functions:serve",
93-
"build": "env-cmd -f ./.env.gh-pages react-app-rewired --max-old-space-size=8192 build",
93+
"build": "react-app-rewired --max-old-space-size=8192 build",
9494
"postbuild": "echo $COMMIT_REF > build/build.html && cp build/index.html build/ipfs-404.html && cp build/index.html build/404.html",
9595
"test": "react-app-rewired test",
9696
"lint": "eslint --ext js,ts,tsx src",

src/constants/constants.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const prodDomains = [
2525
"bridge-staging.renproject.io",
2626
"staging.bridge.renproject.io",
2727
"bridge.renproject.io",
28-
"testbridge.renproject.io/"
28+
"testbridge.renproject.io"
2929
];
3030

3131
(window as any).prodDomains = prodDomains;

0 commit comments

Comments
 (0)