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(npm): set CI=true in Yarn generateLockFile #7223

Merged
merged 3 commits into from Sep 9, 2020

Conversation

ylemkimon
Copy link
Contributor

This PR set the environment variable CI to true when running Yarn. This will:

  • disable progress bars (this is already disabled by non-tty output)
  • print the build output on the command line (Yarn 2)
  • only print a one-line report of any cache changes (Yarn 2, Post-update command terminated with ERR_CHILD_PROCESS_STDIO_MAXBUFFER #7206, most of output produced by Yarn is ➤ YN0013: │ XYZ can't be found in the cache and will be fetched from the remote registry)
  • disable telemetry (Yarn 2)

@rarkins rarkins merged commit fcd9bdc into renovatebot:master Sep 9, 2020
@renovate-release
Copy link
Collaborator

🎉 This PR is included in version 23.20.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants