Skip to content

Commit

Permalink
Run pod repo update before pod install
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoyne committed Jan 30, 2019
1 parent dd2ffb2 commit 9b2a123
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/test.sh
Expand Up @@ -251,6 +251,7 @@ case "$TARGET" in
start_packager

pushd ios
pod repo update
pod install
xctest ReactTests
stop_server
Expand All @@ -265,6 +266,7 @@ case "$TARGET" in
start_packager

pushd ios
pod repo update
pod install
xctest ReactExample
popd
Expand Down

0 comments on commit 9b2a123

Please sign in to comment.