feat(link): support --trust-lockfile flag on pnpm link to match other commands (#12374)

This commit is contained in:
Ahmed Abdelbaset
2026-06-14 12:30:30 +03:00
committed by GitHub
parent baf15021ec
commit ab0b7d1847
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"@pnpm/installing.commands": patch
---
Added support for the `--trust-lockfile` flag on `pnpm link`

View File

@@ -58,6 +58,7 @@ export function cliOptionsTypes (): Record<string, unknown> {
'save-exact',
'save-optional',
'save-prefix',
'trust-lockfile',
'unsafe-perm',
], allTypes)
}