-
-
Notifications
You must be signed in to change notification settings - Fork 425
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: use verbose renderer when TERM=dumb #782
Conversation
Codecov Report
@@ Coverage Diff @@
## master #782 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 13 13
Lines 480 484 +4
Branches 107 108 +1
=====================================
+ Hits 480 484 +4
Continue to review full report at Codecov.
|
0e08e7d
to
201182a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider renaming the bin file to *.js
but other than that it's LGTM
32dfd49
to
eb69c52
Compare
What do you think now, @okonet? |
🎉 This PR is included in version 10.0.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This PR adds detection for the
TERM=dumb
env variable and sets cli-output to use the verbose renderer, instead of the default dynamic one.Fixes #781