Skip to content

Commit 42dfb6a

Browse files
feat(pnpm-workspace): add reporter property (SchemaStore#5512)
Co-authored-by: danielbayley <danielbayley@users.noreply.github.com>
1 parent f9eee60 commit 42dfb6a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/schemas/json/pnpm-workspace.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,11 @@
517517
}
518518
]
519519
},
520+
"reporter": {
521+
"description": "Allows you to customize the output style of the logs.\nhttps://pnpm.io/cli/install#--reportername",
522+
"type": "string",
523+
"enum": ["silent", "default", "append-only", "ndjson"]
524+
},
520525
"useBetaCli": {
521526
"description": "Experimental option that enables beta features of the CLI.",
522527
"type": "boolean"

src/test/pnpm-workspace/pnpm-workspace.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,6 @@ preferOffline: true
2727

2828
# https://pnpm.io/cli/run#--workspace-concurrency
2929
workspaceConcurrency: 5
30+
31+
# https://pnpm.io/cli/install#--reportername
32+
reporter: append-only

0 commit comments

Comments
 (0)