empty react Procfile

This commit is contained in:
Sorrel Bri 2020-01-09 10:53:24 -08:00 committed by sorrelbri
parent b91f468810
commit 489fde4972
2 changed files with 2 additions and 2 deletions

View file

@ -1 +0,0 @@
web: npm run predeploy

View file

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