config flow

This commit is contained in:
Sorrel Bri 2020-01-09 09:51:49 -08:00
parent 4e7cff3a2e
commit 8b10416b98
2 changed files with 25 additions and 1 deletions

24
.flowconfig Normal file
View file

@ -0,0 +1,24 @@
[ignore]
.*/node_modules/.*
.*/src/serviceWorker\.js
.*/src/index\.js
.*\.test
.*/server/node_modules/.*
.*/server/test/.*
.*/server/knexfile\.js
.*/public/.*
[include]
[libs]
[lints]
[options]
; all=true
[strict]
[untyped]
.*\.scss
.*\.css

View file

@ -17,7 +17,7 @@
"build": "react-scripts build", "build": "react-scripts build",
"test": "react-scripts test", "test": "react-scripts test",
"eject": "react-scripts eject", "eject": "react-scripts eject",
"flow": "flow", "flow": "./node_modules/.bin/flow flow",
"predeploy": "REACT_APP_ENVIRONMENT=production npm run build" "predeploy": "REACT_APP_ENVIRONMENT=production npm run build"