We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9f417f commit 43337f0Copy full SHA for 43337f0
package.json
@@ -57,7 +57,7 @@
57
"start:test": "REACT_APP_MIGRATION_COMPLETE=True REACT_APP_STAGE=local yarn start",
58
"start:test:premigration": "REACT_APP_STAGE=local yarn start",
59
"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",
+ "build": "REACT_APP_MIGRATION_COMPLETE=True CI=false react-scripts --max_old_space_size=4096 build",
61
"build:ipfs": "REACT_APP_IPFS=True PUBLIC_URL='.' yarn build",
62
"postbuild": "cp build/index.html build/200.html",
63
"test": "react-scripts test --env=jsdom",
0 commit comments