0.7.0-dev.2
This commit is contained in:
parent
3b93370813
commit
22192de225
10 changed files with 15 additions and 16 deletions
|
@ -230,13 +230,12 @@ prog
|
|||
// }
|
||||
|
||||
console.log('Publishing to npm')
|
||||
// await Promise.all(
|
||||
// packagesToPublish.map(
|
||||
// (workspace) =>
|
||||
// $`yarn workspace ${workspace} npm publish --access public --tag ${npmTag}`,
|
||||
// ),
|
||||
// )
|
||||
console.log('NOT!!')
|
||||
await Promise.all(
|
||||
packagesToPublish.map(
|
||||
(workspace) =>
|
||||
$`yarn workspace ${workspace} npm publish --access public --tag ${npmTag}`,
|
||||
),
|
||||
)
|
||||
}
|
||||
|
||||
void release()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue