File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 },
You can’t perform that action at this time.
0 commit comments