From 4c37da8127f7c42459cd2891d7d9e1024f980e9b Mon Sep 17 00:00:00 2001 From: Wesley Luyten Date: Fri, 14 Nov 2025 11:52:22 -0600 Subject: [PATCH] chore: workaround race condition build-styles.ts (#196) --- turbo.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/turbo.json b/turbo.json index e5c1af02..65a254d1 100644 --- a/turbo.json +++ b/turbo.json @@ -10,8 +10,7 @@ "dev": { "cache": false, "persistent": true, - "interactive": false, - "dependsOn": ["^build"] + "interactive": false }, "clean": { "cache": false