From f6bbbe6b0236afdff4490e36c9f41c7a504528b7 Mon Sep 17 00:00:00 2001 From: Yangshun Tay Date: Mon, 10 Oct 2022 08:34:04 +0800 Subject: [PATCH] [chore] attempt to fix the storybook CI build issue --- turbo.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"] },