Skip to content

Commit d193c12

Browse files
add failIfNoMatch option (SchemaStore#5081)
Co-authored-by: danielbayley <danielbayley@users.noreply.github.com>
1 parent 667f203 commit d193c12

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/schemas/json/pnpm-workspace.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -654,6 +654,11 @@
654654
"description": "When set to true, installation will fail if the workspace has cycles.",
655655
"type": "boolean"
656656
},
657+
"failIfNoMatch": {
658+
"type": "boolean",
659+
"description": "If true, pnpm will fail if no packages match the filter",
660+
"default": false
661+
},
657662
"forceLegacyDeploy": {
658663
"description": "By default, pnpm deploy will try creating a dedicated lockfile from a shared lockfile for deployment. If this setting is set to true, the legacy deploy behavior will be used.",
659664
"type": "boolean"

0 commit comments

Comments
 (0)