-
Notifications
You must be signed in to change notification settings - Fork 7.9k
feat(expo)!: drop EXPO_USE_LOCAL_CLI
in favor of using expo
for the local CLI and expo-cli
for the global CLI.
#21388
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…he local CLI and `expo-cli` for the global CLI.
Hi there! 👋 I'm a bot whose goal is to ensure your contributions meet our guidelines. I've found some issues in your pull request that should be addressed (click on them for more details) 👇
|
Hi there! 👋 I'm a bot whose goal is to ensure your contributions meet our guidelines. I've found some issues in your pull request that should be addressed (click on them for more details) 👇
|
packages/expo/CHANGELOG.md
Outdated
@@ -4,6 +4,8 @@ | |||
|
|||
### 🛠 Breaking changes | |||
|
|||
- drop `EXPO_USE_LOCAL_CLI` in favor of using `expo` for the local CLI and `expo-cli` for the global CLI. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- drop `EXPO_USE_LOCAL_CLI` in favor of using `expo` for the local CLI and `expo-cli` for the global CLI. | |
- drop `EXPO_USE_LOCAL_CLI` in favor of using `expo` for the local CLI and `expo-cli` for the global CLI. ([#21388](https://github.com/expo/expo/pull/21388) by [@EvanBacon](https://github.com/EvanBacon)) |
Co-authored-by: Expo Bot <34669131+expo-bot@users.noreply.github.com>
Why
Speeds up command invocations. Would be ideal to drop the
expo/bin/cli.js
file too.