From 39b399e77bfea617f7b2e51ea5b2b56e73569e25 Mon Sep 17 00:00:00 2001 From: Konstantin Raev Date: Thu, 3 Mar 2016 07:59:49 -0800 Subject: [PATCH] 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 --- scripts/e2e-test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/e2e-test.sh b/scripts/e2e-test.sh index dc90ceb589d..b3b418c9e7e 100755 --- a/scripts/e2e-test.sh +++ b/scripts/e2e-test.sh @@ -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=$!