Skip to content

Commit 05f9517

Browse files
authored
Add cleanupUnusedCatalogs to pnpm-workspace.json (SchemaStore#4928)
Co-authored-by: btea <btea@users.noreply.github.com>
1 parent 0ede2ae commit 05f9517

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/schemas/json/pnpm-workspace.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@
9696
}
9797
]
9898
},
99+
"cleanupUnusedCatalogs": {
100+
"description": "When set to `true`, pnpm will remove unused catalog entries during installation.",
101+
"type": "boolean"
102+
},
99103
"onlyBuiltDependencies": {
100104
"description": "A list of package names that are allowed to be executed during installation.",
101105
"type": "array",

0 commit comments

Comments
 (0)