Skip to content

Commit

Permalink
Heroku Preview Apps: change startup command, use npm run build
Browse files Browse the repository at this point in the history
  • Loading branch information
Giacomo Licari committed Sep 4, 2023
1 parent 7d8ef22 commit 8f7ba15
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions Procfile
@@ -0,0 +1 @@
web: node --optimize_for_size --max_old_space_size=1024 -s build
3 changes: 0 additions & 3 deletions app.json
Expand Up @@ -3,8 +3,5 @@
"description": "Gnosis Beacon Chain Deposit UI",
"env": {
"REACT_APP_NETWORK_IDS": "100,10200"
},
"scripts": {
"postdeploy": "npm run build"
}
}

0 comments on commit 8f7ba15

Please sign in to comment.