mirror of
https://github.com/status-im/react-navigation.git
synced 2025-02-24 17:18:09 +00:00
Add NavigationPlayground Flow test to CI (#3385)
In order to make sure that contributors don't making breaking changes to our Flow types without corresponding updates to the libdefs, we should make sure these breaking changes get caught by CI. Right now our libdefs are any-typed, but I'll put up a PR later that will refine the libdef (located at `flow-typed/npm/react-navigation_vx.x.x.js`).
This commit is contained in:
parent
0d3d83bd90
commit
441b9ffe10
@ -8,7 +8,7 @@
|
|||||||
"eject": "react-native-scripts eject",
|
"eject": "react-native-scripts eject",
|
||||||
"android": "react-native-scripts android",
|
"android": "react-native-scripts android",
|
||||||
"ios": "react-native-scripts ios",
|
"ios": "react-native-scripts ios",
|
||||||
"test": "node node_modules/jest/bin/jest.js"
|
"test": "node node_modules/jest/bin/jest.js && flow"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"expo": "^25.0.0",
|
"expo": "^25.0.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user