empty react Procfile
This commit is contained in:
parent
cd22eb89e1
commit
07070439f1
2 changed files with 2 additions and 2 deletions
|
@ -1 +0,0 @@
|
|||
web: npm run predeploy
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue