react native updated to flow@0.22
Summary:Flow got updated and it broke CI Closes https://github.com/facebook/react-native/pull/6371 Differential Revision: D3026874 fb-gh-sync-id: e1866cd885cefcef45da6d0d66ff5f3fe6d9beda shipit-source-id: e1866cd885cefcef45da6d0d66ff5f3fe6d9beda
This commit is contained in:
parent
179ac1e359
commit
3c2bf6304c
|
@ -181,7 +181,7 @@
|
|||
"babel-eslint": "^5.0.0",
|
||||
"eslint": "^2.2.0",
|
||||
"eslint-plugin-react": "^4.1.0",
|
||||
"flow-bin": "^0.21.0",
|
||||
"flow-bin": "^0.22.0",
|
||||
"jest-cli": "0.9.0-fb2",
|
||||
"portfinder": "0.4.0",
|
||||
"react": "^0.14.5"
|
||||
|
|
|
@ -77,7 +77,7 @@ npm install -g react-native-cli
|
|||
react-native init EndToEndTest
|
||||
cd EndToEndTest
|
||||
|
||||
npm install --g flow-bin@0.21.0
|
||||
npm install --g flow-bin@0.22.0
|
||||
flow --retries 10
|
||||
|
||||
case $1 in
|
||||
|
|
Loading…
Reference in New Issue