From 1eea1422ef00a777c4b5dab03fb26e63a4d19969 Mon Sep 17 00:00:00 2001 From: Aria Minaei Date: Thu, 30 Sep 2021 21:59:52 +0200 Subject: [PATCH] Included @theatre/browser-bundles in the deploy script --- devEnv/deploy.mjs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devEnv/deploy.mjs b/devEnv/deploy.mjs index f2de06e..ca1212a 100644 --- a/devEnv/deploy.mjs +++ b/devEnv/deploy.mjs @@ -12,6 +12,7 @@ const packagesToBuild = [ 'theatre', '@theatre/dataverse', '@theatre/react', + '@theatre/browser-bundles', // '@theatre/r3f', ] @@ -20,6 +21,7 @@ const packagesToPublish = [ '@theatre/studio', '@theatre/dataverse', '@theatre/react', + '@theatre/browser-bundles', // '@theatre/r3f', ] @@ -33,6 +35,7 @@ const packagesWhoseVersionsShouldBump = [ 'theatre/studio', 'packages/dataverse', 'packages/react', + 'packages/browser-bundles', // 'packages/r3f', ]