empty react Procfile

This commit is contained in:
Sorrel Bri 2020-01-09 10:53:24 -08:00
parent b7e1810125
commit ca68722344
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", "eject": "react-scripts eject",
"flow": "./node_modules/.bin/flow flow", "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": { "eslintConfig": {