Skip to content

Commit 6b1a6d6

Browse files
authored
ci(covector): Hide npm publish output in details (#2169)
1 parent ae002af commit 6b1a6d6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.changes/config.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,20 @@
1414
"command": "pnpm build",
1515
"dryRunCommand": "pnpm build"
1616
},
17+
{
18+
"command": "echo '<details>\n<summary><em><h4>PNPM Publish</h4></em></summary>\n\n```'",
19+
"dryRunCommand": true,
20+
"pipe": true
21+
},
1722
{
1823
"command": "npm publish --provenance --access public",
1924
"dryRunCommand": "npm publish --provenance --access public --dry-run",
2025
"pipe": true
26+
},
27+
{
28+
"command": "echo '```\n\n</details>\n'",
29+
"dryRunCommand": true,
30+
"pipe": true
2131
}
2232
]
2333
},

0 commit comments

Comments
 (0)