Skip to content

Commit 3aef586

Browse files
committed
test(deps): add --repo-update to test app pod install commands
1 parent a13a63d commit 3aef586

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
"tests:ios:test-reuse": "cd tests && SIMCTL_CHILD_GULGeneratedClassDisposeDisabled=1 yarn detox test --configuration ios.sim.debug --reuse --loglevel warn",
4747
"tests:ios:test-cover": "cd tests && SIMCTL_CHILD_GULGeneratedClassDisposeDisabled=1 yarn detox test --configuration ios.sim.debug --loglevel verbose",
4848
"tests:ios:test-cover-reuse": "cd tests && SIMCTL_CHILD_GULGeneratedClassDisposeDisabled=1 node_modules/.bin/nyc yarn detox test --configuration ios.sim.debug --reuse --loglevel warn",
49-
"tests:ios:pod:install": "cd tests && rm -f ios/Podfile.lock && rm -rf ios/ReactNativeFirebaseDemo.xcworkspace && cd ios && pod install",
49+
"tests:ios:pod:install": "cd tests && rm -f ios/Podfile.lock && rm -rf ios/ReactNativeFirebaseDemo.xcworkspace && cd ios && pod install --repo-update",
5050
"tests:macos:build": "cd tests && yarn build:macos",
51-
"tests:macos:pod:install": "cd tests && rm -f macos/Podfile.lock && cd macos && pod install",
51+
"tests:macos:pod:install": "cd tests && rm -f macos/Podfile.lock && cd macos && pod install --repo-update",
5252
"tests:macos:test-cover": "cd tests && npx jet --target=macos --coverage",
5353
"format:markdown": "prettier --write \"docs/**/*.md\""
5454
},

0 commit comments

Comments
 (0)