mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-06 22:37:14 +08:00
another fix
Summary:quick fix to get CI stable Closes https://github.com/facebook/react-native/pull/6271 Differential Revision: D3005703 fb-gh-sync-id: 88941f2bb058d65637a06a3710108cdf131c3bda shipit-source-id: 88941f2bb058d65637a06a3710108cdf131c3bda
This commit is contained in:
committed by
Facebook Github Bot 1
parent
5ffeb9764c
commit
39409dda2d
@@ -68,7 +68,8 @@ cd EndToEndTest/ios
|
||||
# Make sure we installed local version of react-native
|
||||
ls EndToEndTest/`basename $MARKER` > /dev/null
|
||||
|
||||
flow --retries 10
|
||||
# disabling temporarily, flow is not isntalled globally anymore
|
||||
# npm run flow --retries 10
|
||||
|
||||
../node_modules/react-native/packager/packager.sh --nonPersistent &
|
||||
SERVER_PID=$!
|
||||
|
||||
Reference in New Issue
Block a user