docs: Add pnpm workspace flag (-w) to Oxc setup docs#12655
Merged
anthonyshew merged 2 commits intovercel:mainfrom May 4, 2026
Merged
docs: Add pnpm workspace flag (-w) to Oxc setup docs#12655anthonyshew merged 2 commits intovercel:mainfrom
anthonyshew merged 2 commits intovercel:mainfrom
Conversation
Contributor
|
@mattjoll is attempting to deploy a commit to the Vercel Team on Vercel. A member of the Team first needs to authorize it. |
Contributor
|
I’ve approved but we require verified commits, if you could fix that up. |
6aa8441 to
0ce1d74
Compare
Contributor
Author
Oops my bad, commit is signed now 🫡 |
Contributor
|
Thank you! |
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
anthonyshew
pushed a commit
that referenced
this pull request
May 4, 2026
## Release v2.9.9-canary.3 > [!CAUTION] > Versioned docs aliasing FAILED. [View logs](https://github.com/vercel/turborepo/actions/runs/25330303081) ### Changes - release(turborepo): 2.9.9-canary.2 (#12708) (`7dacd56`) - ci: Harden non-release GitHub Actions (#12707) (`4af1ef1`) - docs: Add pnpm workspace flag (-w) to Oxc setup docs (#12655) (`4e8a20f`) - fix: Harden OG image signatures (#12709) (`76d26f8`) - fix: Scope release npm publishing credentials (#12710) (`382f305`) - ci: Harden release workflows (#12711) (`709c9d4`) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
anthonyshew
added a commit
that referenced
this pull request
May 4, 2026
## Release v2.9.9 > [!CAUTION] > Versioned docs aliasing FAILED. [View logs](https://github.com/vercel/turborepo/actions/runs/25342206497) ### Changes - release(turborepo): 2.9.8 (#12700) (`09900b9`) - fix: Remove Unix parent death watchdogs (#12699) (`22526bb`) - release(turborepo): 2.9.9-canary.1 (#12705) (`72cc81c`) - fix: Scope repo index prefixes to Git root (#12706) (`82dee40`) - release(turborepo): 2.9.9-canary.2 (#12708) (`7dacd56`) - ci: Harden non-release GitHub Actions (#12707) (`4af1ef1`) - docs: Add pnpm workspace flag (-w) to Oxc setup docs (#12655) (`4e8a20f`) - fix: Harden OG image signatures (#12709) (`76d26f8`) - fix: Scope release npm publishing credentials (#12710) (`382f305`) - ci: Harden release workflows (#12711) (`709c9d4`) - release(turborepo): 2.9.9-canary.3 (#12712) (`6f35176`) - fix: Harden docs security endpoints (#12713) (`56eefcc`) - ci: Harden internal GitHub Actions (#12714) (`cbe31ef`) - ci: Harden release workflow handling (#12715) (`f89f3bd`) - fix: Preserve lockfiles during dry-run conversion (#12717) (`3192551`) - ci: Fix LSP workflow container matrix (#12718) (`ac55ec9`) --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Anthony Shew <anthonyshew@gmail.com>
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.
Description
The oxc guide installs dependencies at the workspace root, but by default pnpm warns in workspaces unless
-wis used.This updates the commands to include
-wso users can copy/paste without hitting the warning.