-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Add checks for Yarn 2 #759
Conversation
3536dc9
to
b5b800d
Compare
62acf03
to
1565ae0
Compare
f203411
to
ef14414
Compare
lib/failure.sh
Outdated
mcount "failures.missing-yarnrc-yml" | ||
meta_set "failure" "missing-yarnrc-yml" | ||
header "Build failed" | ||
warn "The yarnrc.yml file could not found |
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.
Nitpick: This is an error, not a warning. Probably suboptimal naming of the logging functions and not related to this PR? This pattern repeats a couple of times in this file.
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.
Agreed - it makes sense to do some work that lists this as an error with a failure rather than a warn given that one will fail the build and one won't. I'd like to follow up on this outside of this PR.
40a2f53
to
12a15f9
Compare
@lillianzhang331 made your suggested changes too! |
12a15f9
to
20cb29c
Compare
20cb29c
to
d318817
Compare
Performs checks that look for all the files needed to use Yarn 2 for a build.