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": {