Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

[expo-cli] rename eas build commands & restructure files #2419

Merged
merged 5 commits into from
Aug 3, 2020

Conversation

dsokal
Copy link
Contributor

@dsokal dsokal commented Aug 3, 2020

I made the following changes in this PR:

  • Renamed expo build to expo eas:build (to avoid confusion with expo build:*).
  • Renamed expo build-status to expo eas:build:status (to be consistent with our naming conventions and avoid conflict with expo build:status).
  • Setting EXPO_ENABLE_NEW_TURTLE is not required to use EAS Builds anymore. The new way of using the new build service is by creating eas.json. If the eas.json file doesn't exist in the project root directory the new commands won't be registered in expo-cli.
  • I renamed the directory with new build commands from build-native to eas-build.
  • I cleaned up (restructured) the files in eas-build so the new files structure makes more sense now.
  • Few other minor changes like renaming types, updating the build command's description, etc.

@dsokal dsokal marked this pull request as ready for review August 3, 2020 12:56
@dsokal dsokal merged commit f0869e6 into master Aug 3, 2020
@dsokal dsokal deleted the @dsokal/clean-up-eas-build branch August 3, 2020 13:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants