ci(covector): Hide npm publish output in details (#2169)

pull/2172/head
Fabian-Lars 6 months ago committed by GitHub
parent ae002af2d6
commit 6b1a6d62f0
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