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:
Ashoat Tevosyan 2018-01-30 18:57:06 -05:00 committed by Eric Vicenti
parent 0d3d83bd90
commit 441b9ffe10

View File

@ -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",