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