From e773aeed75887aad8d237811b10b49505af55405 Mon Sep 17 00:00:00 2001 From: Riccardo Cipolleschi Date: Mon, 9 May 2022 04:19:26 -0700 Subject: [PATCH] Export `script/cocoapods/flipper.rb` to fix the CI Summary: This Diff exports the `flipper.rb` file in the `package.json` to fix the OSS CI ## Changelog [iOS][Changed] - Export `flipper.rb` script file Differential Revision: D36244721 fbshipit-source-id: 84c68b74acb9633d2433288973c8005f755449e3 --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index c8d510ed252b..4248508691a2 100644 --- a/package.json +++ b/package.json @@ -53,6 +53,7 @@ "scripts/react_native_pods_utils/script_phases.rb", "scripts/react_native_pods_utils/script_phases.sh", "scripts/react_native_pods.rb", + "scripts/cocoapods/flipper.rb", "scripts/react-native-xcode.sh", "sdks/hermesc", "sdks/hermes-engine.podspec",