| efdcf92f | 13-Feb-2023 |
Cedric van Putten <[email protected]> |
fix(package-manager): inherit stdio when not running in silent mode (#21194)
# Why
This shows the output when running `expo install <whatever>`, just like
it did before #18576.
# How
Moved
fix(package-manager): inherit stdio when not running in silent mode (#21194)
# Why
This shows the output when running `expo install <whatever>`, just like
it did before #18576.
# How
Moved `silent` option to constructor to not-add `stdio: 'inherit'`. You
can also overwrite this by providing whatever `stdio` option you want
when creating the package manager.
# Test Plan
See updated tests
# Checklist
<!--
Please check the appropriate items below if they apply to your diff.
This is required for changes to Expo modules.
-->
- [ ] Documentation is up to date to reflect these changes (eg:
https://docs.expo.dev and README.md).
- [ ] Conforms with the [Documentation Writing Style
Guide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)
- [ ] This diff will work correctly for `expo prebuild` & EAS Build (eg:
updated a module plugin).
---------
Co-authored-by: Brent Vatne <[email protected]>
show more ...
|