Add theatric to the release scripts and fix compat issues

This commit is contained in:
Aria Minaei 2023-01-22 18:51:55 +01:00
parent 246e75ccb5
commit 164442a6ea
10 changed files with 112 additions and 4 deletions

View file

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

View file

@ -8,6 +8,7 @@ const packages = [
'@theatre/react',
'@theatre/browser-bundles',
'@theatre/r3f',
'theatric',
]
;(async function () {

View file

@ -12,6 +12,7 @@ const packagesToPublish = [
'@theatre/react',
'@theatre/browser-bundles',
'@theatre/r3f',
'theatric',
]
/**

View file

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