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

fix: in run-script, if loglevel is silent, disable banner option #2086

Closed
wants to merge 1 commit into from

Conversation

macno
Copy link
Contributor

@macno macno commented Oct 30, 2020

This patch restore the previous behaviour when running npm with -s flag

Before patch:

╰─➤  npm run -s ver

> scl@4.0.0 ver
> echo $npm_package_version

4.0.0

After patch:

╰─➤  npm run -s ver
4.0.0

References

Related to #2023

@macno macno requested a review from a team as a code owner October 30, 2020 06:27
@darcyclarke darcyclarke added Release 7.x work is associated with a specific npm 7 release release: next These items should be addressed in the next release labels Oct 30, 2020
Copy link
Contributor

@nlf nlf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is great! thank you!

@ruyadorno ruyadorno mentioned this pull request Oct 30, 2020
@ruyadorno ruyadorno closed this in 2636fe1 Oct 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release: next These items should be addressed in the next release Release 7.x work is associated with a specific npm 7 release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants