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.
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
workflow: switch to pnpm #5060
workflow: switch to pnpm #5060
Changes from all commits
39c7ac8
36dc8da
bcd89da
c06da90
3af0c1e
8d67732
aff8b20
f9fc4c1
02ad3f5
149b816
a79ca27
9021caf
3887379
d86ec6e
96994d5
8cc134b
110ffa7
3f64161
e359558
2ccaff6
2b51670
e90886d
7017dae
b7dc93f
f7ff379
6af8527
41356c5
3eadde3
a5cb940
fd16627
2a8b559
7d86fde
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
you may actually keep the Yarn syntax here if you wish.
run
is optional with pnpm as well.Though you still have to escape options with
--
like you did. We will probably make that work without--
in the future (pnpm/pnpm#3778)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.
Yeah, I'm just doing it for consistency's sake