returned flow check to e2e test
Summary:e2e improvement Closes https://github.com/facebook/react-native/pull/6274 Differential Revision: D3005954 fb-gh-sync-id: 6bd640b78e46f79bb2aaaa900aa8ec78cab04fb3 shipit-source-id: 6bd640b78e46f79bb2aaaa900aa8ec78cab04fb3
This commit is contained in:
parent
7fb33032f6
commit
39b399e77b
|
@ -68,8 +68,8 @@ cd EndToEndTest/ios
|
|||
# Make sure we installed local version of react-native
|
||||
ls EndToEndTest/`basename $MARKER` > /dev/null
|
||||
|
||||
# disabling temporarily, flow is not isntalled globally anymore
|
||||
# npm run flow --retries 10
|
||||
npm install --g flow-bin@0.21.0
|
||||
flow --retries 10
|
||||
|
||||
../node_modules/react-native/packager/packager.sh --nonPersistent &
|
||||
SERVER_PID=$!
|
||||
|
|
Loading…
Reference in New Issue