Dominik Sokal
Dominik Sokal
Before and after (IMO looks better):
# Checklist - [ ] I've added an entry to [CHANGELOG.md](https://github.com/expo/eas-cli/blob/main/CHANGELOG.md#main) if necessary. You can comment this pull request with `/changelog-entry [breaking-change|new-feature|bug-fix|chore] [message]` and CHANGELOG.md will be updated automatically. #...
# Checklist - [ ] I've added an entry to [CHANGELOG.md](https://github.com/expo/eas-cli/blob/main/CHANGELOG.md#main) if necessary. You can comment this pull request with `/changelog-entry [breaking-change|new-feature|bug-fix|chore] [message]` and CHANGELOG.md will be updated automatically. #...
It sometimes makes sense to upload git-ignored files to EAS. There should be a way to override .gitignore file rules. See https://github.com/expo/eas-cli/issues/228#issuecomment-1006837799 for context.
# Checklist - [ ] I've added an entry to [CHANGELOG.md](https://github.com/expo/eas-cli/blob/main/CHANGELOG.md#main) if necessary. You can comment this pull request with `/changelog-entry [breaking-change|new-feature|bug-fix|chore] [message]` and CHANGELOG.md will be updated automatically. #...
# Checklist - [ ] I've added an entry to [CHANGELOG.md](https://github.com/expo/eas-cli/blob/main/CHANGELOG.md#main) if necessary. You can comment this pull request with `/changelog-entry [breaking-change|new-feature|bug-fix|chore] [message]` and CHANGELOG.md will be updated automatically. #...
Currently, `@oclif/core` depends on `cli-ux` which depends on `@oclif/core`, and which depends on `cli-ux`, and so on. This cycle can cause (and actually causes) multiple versions of `@oclif/core` and `cli-ux`...