Skip to content

Commit 926c4b2

Browse files
trivikrmerceyz
andauthored
chore(plugin-pnp): add 'pnpm' option in nodeLinker config description (#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]>
1 parent dd90639 commit 926c4b2

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.yarn/versions/64c67350.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
releases:
2+
"@yarnpkg/plugin-pnp": patch
3+
4+
declined:
5+
- "@yarnpkg/plugin-nm"
6+
- "@yarnpkg/plugin-pnpm"
7+
- "@yarnpkg/cli"
8+
- "@yarnpkg/core"

packages/plugin-pnp/sources/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ const plugin: Plugin<CoreHooks & StageHooks> = {
8484
},
8585
configuration: {
8686
nodeLinker: {
87-
description: `The linker used for installing Node packages, one of: "pnp", "node-modules"`,
87+
description: `The linker used for installing Node packages, one of: "pnp", "pnpm", or "node-modules"`,
8888
type: SettingsType.STRING,
8989
default: `pnp`,
9090
},

0 commit comments

Comments
 (0)