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