From f3d4308de526db25531391ee6881d1212ef8362b Mon Sep 17 00:00:00 2001 From: Rene Pot Date: Wed, 27 Nov 2024 02:33:11 -0800 Subject: [PATCH] chore: re-enable storybook build --- scripts/build-world.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build-world.sh b/scripts/build-world.sh index 5e76187b4..d94dde5ad 100755 --- a/scripts/build-world.sh +++ b/scripts/build-world.sh @@ -2,6 +2,7 @@ yarn build:lib yarn build:api +yarn workspace ui-storybook build # If there are changes to files after we built, we need to run them # through d2-style to avoid style-based diffs.