fix(config): missing config field (#8199)

close #8195
This commit is contained in:
Khải
2024-06-13 01:33:29 +07:00
committed by GitHub
parent 13e55b2865
commit d8eab39686
2 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
---
"@pnpm/config": patch
"pnpm": patch
---
Fix `package-manager-strict-version` missing in config [#8195](https://github.com/pnpm/pnpm/issues/8195).

View File

@@ -105,6 +105,7 @@ export const types = Object.assign({
'patches-dir': String,
pnpmfile: String,
'package-manager-strict': Boolean,
'package-manager-strict-version': Boolean,
'prefer-frozen-lockfile': Boolean,
'prefer-offline': Boolean,
'prefer-symlinked-executables': Boolean,