Skip to content

Commit 8f7ba15

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

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Procfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
web: node --optimize_for_size --max_old_space_size=1024 -s build

app.json

Lines changed: 0 additions & 3 deletions
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
}

0 commit comments

Comments
 (0)