Included @theatre/browser-bundles in the deploy script

This commit is contained in:
Aria Minaei 2021-09-30 21:59:52 +02:00
parent 097ff51a7a
commit 1eea1422ef

View file

@ -12,6 +12,7 @@ const packagesToBuild = [
'theatre', 'theatre',
'@theatre/dataverse', '@theatre/dataverse',
'@theatre/react', '@theatre/react',
'@theatre/browser-bundles',
// '@theatre/r3f', // '@theatre/r3f',
] ]
@ -20,6 +21,7 @@ const packagesToPublish = [
'@theatre/studio', '@theatre/studio',
'@theatre/dataverse', '@theatre/dataverse',
'@theatre/react', '@theatre/react',
'@theatre/browser-bundles',
// '@theatre/r3f', // '@theatre/r3f',
] ]
@ -33,6 +35,7 @@ const packagesWhoseVersionsShouldBump = [
'theatre/studio', 'theatre/studio',
'packages/dataverse', 'packages/dataverse',
'packages/react', 'packages/react',
'packages/browser-bundles',
// 'packages/r3f', // 'packages/r3f',
] ]