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:
Konstantin Raev 2016-03-03 07:59:49 -08:00 committed by Facebook Github Bot 1
parent 7fb33032f6
commit 39b399e77b
1 changed files with 2 additions and 2 deletions

View File

@ -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=$!