Skip to content
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

Ensure --verbose flag is passed through to rc options #111

Merged
merged 1 commit into from
Nov 3, 2019

Conversation

lovell
Copy link
Member

@lovell lovell commented Nov 1, 2019

This change adds support to detect the yarn --verbose ... flag and pass it through to rc, thus enabling verbose logging when requested.

This is required for yarn as it sets npm_config_argv but does not set npm_config_loglevel - see yarnpkg/yarn#2472

The `yarn` package manager sets `npm_config_argv` but does not set
`npm_config_loglevel` so this change allows use of verbose logging.
@vweevers vweevers merged commit b17c7cb into prebuild:master Nov 3, 2019
@vweevers
Copy link
Member

vweevers commented Nov 3, 2019

5.3.3

@lovell lovell deleted the yarn-verbose-passthru branch November 4, 2019 08:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver-patch Bug fixes that are backward compatible
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants