ci: add live-preview and live-preview-react to publish list
This commit is contained in:
@@ -7,6 +7,8 @@ export const packageWhitelist = [
|
|||||||
'graphql',
|
'graphql',
|
||||||
'db-mongodb',
|
'db-mongodb',
|
||||||
'db-postgres',
|
'db-postgres',
|
||||||
|
'live-preview',
|
||||||
|
'live-preview-react',
|
||||||
'richtext-slate',
|
'richtext-slate',
|
||||||
'richtext-lexical',
|
'richtext-lexical',
|
||||||
|
|
||||||
|
|||||||
@@ -247,9 +247,6 @@ async function main() {
|
|||||||
header('🎉 Done!')
|
header('🎉 Done!')
|
||||||
|
|
||||||
console.log(chalk.bold.green(`\n\nRelease URL: ${releaseUrl}`))
|
console.log(chalk.bold.green(`\n\nRelease URL: ${releaseUrl}`))
|
||||||
|
|
||||||
// Log out all registry versions
|
|
||||||
await getPackageRegistryVersions()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
main().catch((error) => {
|
main().catch((error) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user