diff --git a/turbo.json b/turbo.json index 0f5e546e..a116a1b7 100644 --- a/turbo.json +++ b/turbo.json @@ -7,7 +7,8 @@ ".next/**", "build/**", "api/**", - "public/build/**" + "public/build/**", + "storybook-static/**" ], "dependsOn": ["^build"] },