fix: --save-workspace-protocol

This commit is contained in:
Zoltan Kochan
2020-07-21 23:30:52 +03:00
parent 66338a90eb
commit 7e47ebfb7e
3 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"@pnpm/plugin-commands-installation": patch
---
Allow to use `--save-workspace-protocol` with the install/update commands.

View File

@@ -36,6 +36,7 @@ export function rcOptionsTypes () {
'public-hoist-pattern',
'registry',
'reporter',
'save-workspace-protocol',
'shamefully-flatten',
'shamefully-hoist',
'shared-workspace-lockfile',

View File

@@ -43,6 +43,7 @@ export function rcOptionsTypes () {
'reporter',
'save',
'save-exact',
'save-workspace-protocol',
'shamefully-flatten',
'shamefully-hoist',
'shared-workspace-lockfile',