Skip to content

Commit 1ce20f3

Browse files
author
Giacomo Licari
committed
Heroku Preview Apps: change startup command, use npm run build
1 parent 7d8ef22 commit 1ce20f3

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

app.json

-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,5 @@
33
"description": "Gnosis Beacon Chain Deposit UI",
44
"env": {
55
"REACT_APP_NETWORK_IDS": "100,10200"
6-
},
7-
"scripts": {
8-
"postdeploy": "npm run build"
96
}
107
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"lint:fix": "standard --fix",
3333
"prepare": "husky install",
3434
"pre-commit": "lint-staged",
35-
"start": "react-scripts start"
35+
"start": "npm run build"
3636
},
3737
"eslintConfig": {
3838
"extends": [

0 commit comments

Comments
 (0)