From ca68722344afddc7f7ac56f6ff1c4c022052b4b5 Mon Sep 17 00:00:00 2001 From: Sorrel Bri Date: Thu, 9 Jan 2020 10:53:24 -0800 Subject: [PATCH] empty react Procfile --- Procfile | 1 - package.json | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Procfile b/Procfile index 5b0afd0..e69de29 100644 --- a/Procfile +++ b/Procfile @@ -1 +0,0 @@ -web: npm run predeploy \ No newline at end of file diff --git a/package.json b/package.json index 0851c6b..1b1fb75 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,8 @@ "eject": "react-scripts eject", "flow": "./node_modules/.bin/flow flow", - "predeploy": "REACT_APP_ENVIRONMENT=production npm run build" + "predeploy": "REACT_APP_ENVIRONMENT=production npm run build", + "postinstall": "react-scripts build" }, "eslintConfig": {