eas-cli
eas-cli copied to clipboard
fix(eas-json): make `language` optional in `IosSubmitProfile` type
Why
I'm running into this typing issue a lot, should be optional as it's not required.
How
- Made
languageoptional inIosSubmitProfile
Test Plan
Typing issue only, see CI.