From 8f7ba1530258430150dbd5584d27f1179613bf6a Mon Sep 17 00:00:00 2001 From: Giacomo Licari Date: Mon, 4 Sep 2023 14:31:15 +0200 Subject: [PATCH] Heroku Preview Apps: change startup command, use npm run build --- Procfile | 1 + app.json | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) create mode 100644 Procfile 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