diff --git a/.github/workflow-scripts/addDescriptiveLabels.js b/.github/workflow-scripts/addDescriptiveLabels.js index c2b219571fe..4493fbb48c6 100644 --- a/.github/workflow-scripts/addDescriptiveLabels.js +++ b/.github/workflow-scripts/addDescriptiveLabels.js @@ -149,6 +149,5 @@ const topics = { 'react-native-cli': labelCli, 'react-native upgrade': labelCli, 'react-native link': labelCli, - 'local-cli': labelCli, regression: labelRegression, }; diff --git a/packages/react-native/local-cli/cli.js b/packages/react-native/local-cli/cli.js deleted file mode 100644 index b5deb9fdb24..00000000000 --- a/packages/react-native/local-cli/cli.js +++ /dev/null @@ -1,18 +0,0 @@ -/** - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - * - * @format - */ - -'use strict'; - -var cli = require('@react-native-community/cli'); - -if (require.main === module) { - cli.run(); -} - -module.exports = cli; diff --git a/packages/react-native/package.json b/packages/react-native/package.json index 7047912ec63..0bafc64ffd1 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -44,7 +44,6 @@ "jest", "Libraries", "LICENSE", - "local-cli", "React-Core.podspec", "react-native.config.js", "React.podspec",