9d13343d67
This PR combines the publishing workflows for npm packages and Docker. It also fixes an issue where multiple tags would trigger publishing all packages.
15 lines
227 B
JSON
15 lines
227 B
JSON
{
|
|
"packages": {
|
|
"packages/puppeteer": {
|
|
"include-component-in-tag": false
|
|
},
|
|
"packages/puppeteer-core": {},
|
|
"packages/testserver": {}
|
|
},
|
|
"plugins": [
|
|
{
|
|
"type": "node-workspace"
|
|
}
|
|
]
|
|
}
|