mirror of
https://github.com/pnpm/pnpm.git
synced 2026-06-29 18:35:18 -04:00
feat(link): support --trust-lockfile flag on pnpm link to match other commands (#12374)
This commit is contained in:
5
.changeset/hot-schools-speak.md
Normal file
5
.changeset/hot-schools-speak.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@pnpm/installing.commands": patch
|
||||
---
|
||||
|
||||
Added support for the `--trust-lockfile` flag on `pnpm link`
|
||||
@@ -58,6 +58,7 @@ export function cliOptionsTypes (): Record<string, unknown> {
|
||||
'save-exact',
|
||||
'save-optional',
|
||||
'save-prefix',
|
||||
'trust-lockfile',
|
||||
'unsafe-perm',
|
||||
], allTypes)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user