Included @theatre/browser-bundles in the deploy script
This commit is contained in:
parent
097ff51a7a
commit
1eea1422ef
1 changed files with 3 additions and 0 deletions
|
@ -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',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue