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 no colors option #211

Merged
merged 8 commits into from
May 27, 2020

Conversation

avlyalin
Copy link
Contributor

Hi!
This PR fixes noColors option to allow chalk auto-detect colors support.
Also, I had to add env FORCE_COLOR=1 to the pre-commit hook: "pre-commit": "env FORCE_COLOR=1 npm test". For some reasons chalk doesn't detect colors on windows 10 when executed by husky (typicode/husky#350) and tests don't pass.

Closes #114

@avlyalin avlyalin requested a review from a team as a code owner May 20, 2020 14:47
@CLAassistant
Copy link

CLAassistant commented May 20, 2020

CLA assistant check
All committers have signed the CLA.

JAdshead
JAdshead previously approved these changes May 21, 2020
src/index.js Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
@anescobar1991 anescobar1991 merged commit d90298c into americanexpress:master May 27, 2020
@oneamexbot
Copy link
Contributor

🎉 This PR is included in version 4.0.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deprecate noColor (should use --no-color flag instead)
6 participants