We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d8ef22 commit 1ce20f3Copy full SHA for 1ce20f3
app.json
@@ -3,8 +3,5 @@
3
"description": "Gnosis Beacon Chain Deposit UI",
4
"env": {
5
"REACT_APP_NETWORK_IDS": "100,10200"
6
- },
7
- "scripts": {
8
- "postdeploy": "npm run build"
9
}
10
package.json
@@ -32,7 +32,7 @@
32
"lint:fix": "standard --fix",
33
"prepare": "husky install",
34
"pre-commit": "lint-staged",
35
- "start": "react-scripts start"
+ "start": "npm run build"
36
},
37
"eslintConfig": {
38
"extends": [
0 commit comments