mirror of
https://github.com/pnpm/pnpm.git
synced 2026-04-10 18:18:56 -04:00
fix: --save-workspace-protocol
This commit is contained in:
5
.changeset/shaggy-frogs-carry.md
Normal file
5
.changeset/shaggy-frogs-carry.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@pnpm/plugin-commands-installation": patch
|
||||
---
|
||||
|
||||
Allow to use `--save-workspace-protocol` with the install/update commands.
|
||||
@@ -36,6 +36,7 @@ export function rcOptionsTypes () {
|
||||
'public-hoist-pattern',
|
||||
'registry',
|
||||
'reporter',
|
||||
'save-workspace-protocol',
|
||||
'shamefully-flatten',
|
||||
'shamefully-hoist',
|
||||
'shared-workspace-lockfile',
|
||||
|
||||
@@ -43,6 +43,7 @@ export function rcOptionsTypes () {
|
||||
'reporter',
|
||||
'save',
|
||||
'save-exact',
|
||||
'save-workspace-protocol',
|
||||
'shamefully-flatten',
|
||||
'shamefully-hoist',
|
||||
'shared-workspace-lockfile',
|
||||
|
||||
Reference in New Issue
Block a user