config flow
This commit is contained in:
parent
6486176d8f
commit
cbaae4fd2c
2 changed files with 25 additions and 1 deletions
24
packages/play-node-go/.flowconfig
Normal file
24
packages/play-node-go/.flowconfig
Normal 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
|
|
@ -17,7 +17,7 @@
|
|||
"build": "react-scripts build",
|
||||
"test": "react-scripts test",
|
||||
"eject": "react-scripts eject",
|
||||
"flow": "flow",
|
||||
"flow": "./node_modules/.bin/flow flow",
|
||||
|
||||
"predeploy": "REACT_APP_ENVIRONMENT=production npm run build"
|
||||
|
||||
|
|
Loading…
Reference in a new issue