Open
Conversation
6d1f26f to
85bd222
Compare
`.yarn/releases/yarn-4.0.1.cjs` is where it would typically be installed. See https://github.com/material-foundation/trapeze/tree/develop/third_party/.yarn/releases.
2c43261 to
11b2e1d
Compare
Member
Author
e321920 to
e651f5a
Compare
Member
Author
|
I think this is the right direction. We can use const getCommandForAgent(agent) => agent.startsWith('yarn') ? 'yarn' : agentand switch the current |
e651f5a to
7af14e1
Compare
77e73f5 to
beababc
Compare
beababc to
88084f8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Currently, wireit's test suite only covers yarn classic. This begins to include coverage for yarn berry.
This works in everything but Windows. Two months later, and we still haven't had the time/info to make it work in Windows. It's better to have some tests than no tests, so we're landing this for POSIX now, and tracking Windows testing in #1014.