From 72914b0d745a5ec2433d200903ff6a6f510eb125 Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Mon, 9 Dec 2024 11:27:52 +0100 Subject: [PATCH] ci(covector): Hide npm publish output in details --- .changes/config.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.changes/config.json b/.changes/config.json index 13b5a6c25..93ed46e3f 100644 --- a/.changes/config.json +++ b/.changes/config.json @@ -14,10 +14,20 @@ "command": "pnpm build", "dryRunCommand": "pnpm build" }, + { + "command": "echo '
\n

PNPM Publish

\n\n```'", + "dryRunCommand": true, + "pipe": true + }, { "command": "npm publish --provenance --access public", "dryRunCommand": "npm publish --provenance --access public --dry-run", "pipe": true + }, + { + "command": "echo '```\n\n
\n'", + "dryRunCommand": true, + "pipe": true } ] },