ci: add live-preview and live-preview-react to publish list

This commit is contained in:
Elliot DeNolf
2024-05-08 13:48:17 -04:00
parent e95eea694c
commit 19a78297b4
2 changed files with 2 additions and 3 deletions

View File

@@ -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',

View File

@@ -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) => {