Skip to content

Commit c47cd93

Browse files
authored
Supplement the ignoreWorkspaceRootCheck config if pnpm-workspace.json (SchemaStore#4653)
Co-authored-by: btea <[email protected]>
1 parent b5c3516 commit c47cd93

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/schemas/json/pnpm-workspace.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -607,6 +607,10 @@
607607
"description": "When set to true, no workspace cycle warnings will be printed.",
608608
"type": "boolean"
609609
},
610+
"ignoreWorkspaceRootCheck": {
611+
"description": "Adding a new dependency to the root workspace package fails, unless the --ignore-workspace-root-check or -w flag is used.",
612+
"type": "boolean"
613+
},
610614
"disallowWorkspaceCycles": {
611615
"description": "When set to true, installation will fail if the workspace has cycles.",
612616
"type": "boolean"

0 commit comments

Comments
 (0)