|
|
@ -14,10 +14,20 @@
|
|
|
|
"command": "pnpm build",
|
|
|
|
"command": "pnpm build",
|
|
|
|
"dryRunCommand": "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",
|
|
|
|
"command": "npm publish --provenance --access public",
|
|
|
|
"dryRunCommand": "npm publish --provenance --access public --dry-run",
|
|
|
|
"dryRunCommand": "npm publish --provenance --access public --dry-run",
|
|
|
|
"pipe": true
|
|
|
|
"pipe": true
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
"command": "echo '```\n\n</details>\n'",
|
|
|
|
|
|
|
|
"dryRunCommand": true,
|
|
|
|
|
|
|
|
"pipe": true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
]
|
|
|
|
},
|
|
|
|
},
|
|
|
|