Skip to content

Commit

Permalink
chore(plugin-pnp): add 'pnpm' option in nodeLinker config description (
Browse files Browse the repository at this point in the history
…#5850)

**What's the problem this PR addresses?**

Fixes: #5847

**How did you fix it?**

Add 'pnpm' option in nodeLinker config description

**Checklist**
- [x] I have read the [Contributing
Guide](https://yarnpkg.com/advanced/contributing).
- [x] I have set the packages that need to be released for my changes to
be effective.
- [x] I will check that all automated PR checks pass before the PR gets
reviewed.

---------

Co-authored-by: Kristoffer K. <[email protected]>
  • Loading branch information
trivikr and merceyz authored Oct 24, 2023
1 parent dd90639 commit 926c4b2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .yarn/versions/64c67350.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
releases:
"@yarnpkg/plugin-pnp": patch

declined:
- "@yarnpkg/plugin-nm"
- "@yarnpkg/plugin-pnpm"
- "@yarnpkg/cli"
- "@yarnpkg/core"
2 changes: 1 addition & 1 deletion packages/plugin-pnp/sources/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const plugin: Plugin<CoreHooks & StageHooks> = {
},
configuration: {
nodeLinker: {
description: `The linker used for installing Node packages, one of: "pnp", "node-modules"`,
description: `The linker used for installing Node packages, one of: "pnp", "pnpm", or "node-modules"`,
type: SettingsType.STRING,
default: `pnp`,
},
Expand Down

0 comments on commit 926c4b2

Please sign in to comment.