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/**"] },