From f56b8941ecd81b85b4a5839f340f3098fd994d63 Mon Sep 17 00:00:00 2001 From: bjoluc Date: Thu, 18 Jul 2024 00:52:33 +0200 Subject: [PATCH] Make Turborepo consider `css` build output directories --- turbo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index c408b1d8..d8c2c305 100644 --- a/turbo.json +++ b/turbo.json @@ -3,7 +3,7 @@ "pipeline": { "build": { "dependsOn": ["^build"], - "outputs": ["dist/**"], + "outputs": ["dist/**", "css/**"], "outputMode": "new-only" }, "tsc": {