diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..972deb6 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: node --optimize_for_size --max_old_space_size=1024 -s build \ No newline at end of file diff --git a/app.json b/app.json index fc395c1..06cef8d 100644 --- a/app.json +++ b/app.json @@ -3,8 +3,5 @@ "description": "Gnosis Beacon Chain Deposit UI", "env": { "REACT_APP_NETWORK_IDS": "100,10200" - }, - "scripts": { - "postdeploy": "npm run build" } } \ No newline at end of file