Skip to content

Commit 43337f0

Browse files
authored
set REACT_APP_MIGRATION_COMPLETE to true (#576)
1 parent c9f417f commit 43337f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"start:test": "REACT_APP_MIGRATION_COMPLETE=True REACT_APP_STAGE=local yarn start",
5858
"start:test:premigration": "REACT_APP_STAGE=local yarn start",
5959
"start:test:ipfs": "REACT_APP_STAGE=local yarn start:ipfs",
60-
"build": "REACT_APP_MIGRATION_COMPLETE=False CI=false react-scripts --max_old_space_size=4096 build",
60+
"build": "REACT_APP_MIGRATION_COMPLETE=True CI=false react-scripts --max_old_space_size=4096 build",
6161
"build:ipfs": "REACT_APP_IPFS=True PUBLIC_URL='.' yarn build",
6262
"postbuild": "cp build/index.html build/200.html",
6363
"test": "react-scripts test --env=jsdom",

0 commit comments

Comments
 (0)