Skip to content

Commit

Permalink
ci(covector): Hide npm publish output in details (#2169)
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianLars authored Dec 9, 2024
1 parent ae002af commit 6b1a6d6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .changes/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,20 @@
"command": "pnpm build",
"dryRunCommand": "pnpm build"
},
{
"command": "echo '<details>\n<summary><em><h4>PNPM Publish</h4></em></summary>\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</details>\n'",
"dryRunCommand": true,
"pipe": true
}
]
},
Expand Down

0 comments on commit 6b1a6d6

Please sign in to comment.