From 9eac65cc783492f5560feade31cf58e34e351f33 Mon Sep 17 00:00:00 2001 From: Matthias Prost Date: Thu, 5 Dec 2024 17:25:29 +0100 Subject: [PATCH] ci: fix storybook deploy (#4543) --- turbo.json | 1 + 1 file changed, 1 insertion(+) diff --git a/turbo.json b/turbo.json index acfa91e550..d01b9d2883 100644 --- a/turbo.json +++ b/turbo.json @@ -9,6 +9,7 @@ "cache": false }, "//#build:storybook": { + "dependsOn": ["^build"], "passThroughEnv": ["STORYBOOK_ENVIRONMENT"], "outputs": ["build/**", "dist/**", "storybook-static/**"] },