cli icon indicating copy to clipboard operation
cli copied to clipboard

chore: remove `@react-native-community/cli` from `bin` entrypoints

Open szymonrybczak opened this issue 3 months ago • 1 comments

Summary:

@react-native-community/cli as a bin entrypoint causes a warning (it cannot contain @ and /`) when installing packages:

❯ yarn
yarn install v1.22.19
warning @react-native-community/[email protected]: Invalid bin entry for "@react-native-community/cli" (in "@react-native-community/cli").

Test Plan:

  1. Clone the repository and do all the required steps from the Contributing guide
  2. Run this command:
yarn
  1. There's no warnings presented in console ✅

Checklist

  • [x] Documentation is up to date to reflect these changes.
  • [x] Follows commit message convention described in CONTRIBUTING.md

szymonrybczak avatar May 12 '24 03:05 szymonrybczak