Add theatric to the release scripts and fix compat issues
This commit is contained in:
parent
246e75ccb5
commit
164442a6ea
10 changed files with 112 additions and 4 deletions
|
@ -8,6 +8,7 @@ const packagesToBuild = [
|
|||
'@theatre/react',
|
||||
'@theatre/browser-bundles',
|
||||
'@theatre/r3f',
|
||||
'theatric',
|
||||
]
|
||||
;(async function () {
|
||||
// better quote function from https://github.com/google/zx/pull/167
|
||||
|
|
|
@ -8,6 +8,7 @@ const packages = [
|
|||
'@theatre/react',
|
||||
'@theatre/browser-bundles',
|
||||
'@theatre/r3f',
|
||||
'theatric',
|
||||
]
|
||||
|
||||
;(async function () {
|
||||
|
|
|
@ -12,6 +12,7 @@ const packagesToPublish = [
|
|||
'@theatre/react',
|
||||
'@theatre/browser-bundles',
|
||||
'@theatre/r3f',
|
||||
'theatric',
|
||||
]
|
||||
|
||||
/**
|
||||
|
|
|
@ -21,6 +21,7 @@ const packagesToBuild = [
|
|||
'@theatre/react',
|
||||
'@theatre/browser-bundles',
|
||||
'@theatre/r3f',
|
||||
'theatric',
|
||||
]
|
||||
|
||||
const packagesToPublish = [
|
||||
|
@ -30,6 +31,7 @@ const packagesToPublish = [
|
|||
'@theatre/react',
|
||||
'@theatre/browser-bundles',
|
||||
'@theatre/r3f',
|
||||
'theatric',
|
||||
]
|
||||
|
||||
/**
|
||||
|
@ -44,6 +46,7 @@ const packagesWhoseVersionsShouldBump = [
|
|||
'packages/react',
|
||||
'packages/browser-bundles',
|
||||
'packages/r3f',
|
||||
'theatric',
|
||||
]
|
||||
|
||||
;(async function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue