react-native-macos/packages
Riccardo Cipolleschi ad76eb368e Avoid installing Flipper in CI (#33899)
Summary:
This PR speeds up the build in CircleCI by avoiding adding Flipper dependency when running in CI.

The savings are:
* ~ 13/15% for `test_ios`
* ~ 30/40% for `test_rntester`
* ~50% for `test_ios_template`~

**Edit after review**: We do actually want to have Flipper in the `test_ios_template` to check that it builds correctly.

## Changelog
[iOS] [Changed] - Do not add Flipper when running in CI.

Pull Request resolved: https://github.com/facebook/react-native/pull/33899

Test Plan:
CircleCI passing with these stats:

| BEFORE | AFTER |
| ---- | ---- |
| <img width="663" alt="FlipperCI-Before" src="https://user-images.githubusercontent.com/11162307/170006493-2651b000-0421-47c3-90e9-153474c15a95.png"> | <img width="652" alt="FlipperCI-After" src="https://user-images.githubusercontent.com/11162307/170006557-34e53601-66b4-4054-a156-0e2349f48dc2.png"> |

Reviewed By: cortinico

Differential Revision: D36625117

Pulled By: cipolleschi

fbshipit-source-id: 9de9db27552a7637551cd5bb623b10cb4aebb1eb
2022-05-25 09:00:38 -07:00
..
assets Fixup typo in pfh labels 2022-04-05 12:15:05 -07:00
babel-plugin-codegen Fix babel-plugin-codegen crash when export init is null (#33387) 2022-03-11 23:24:22 -08:00
eslint-config-react-native-community Fix ESLint and Typescript-ESLint disagreeing about function spacing (#33453) 2022-04-01 06:49:02 -07:00
eslint-plugin-react-native-community Bump version of @react-native-community/eslint-plugin to 1.2.0 2022-04-20 13:19:43 -07:00
eslint-plugin-specs Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
normalize-color Fixup typo in pfh labels 2022-04-05 12:15:05 -07:00
polyfills Fixup typo in pfh labels 2022-04-05 12:15:05 -07:00
react-native-codegen Fix nullability lost on readonly types 2022-05-24 19:35:29 -07:00
react-native-gradle-plugin Extend the React Native Gradle plugin to accept a config from package.json 2022-05-23 07:58:41 -07:00
rn-tester Avoid installing Flipper in CI (#33899) 2022-05-25 09:00:38 -07:00