ci(covector): Hide npm publish output in details

pull/2169/head
Fabian-Lars 8 months ago committed by GitHub
parent ae002af2d6
commit 72914b0d74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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
}
]
},

Loading…
Cancel
Save