Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions scripts/e2e-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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=$!
Expand Down