From 66c5ab9e34569a97774a24ac9c3b6cc45412eb15 Mon Sep 17 00:00:00 2001 From: gabriel miranda Date: Tue, 5 Nov 2024 16:42:43 -0300 Subject: [PATCH] chore: Make `turbo dev` build all dependencies --- turbo.json | 1 + 1 file changed, 1 insertion(+) diff --git a/turbo.json b/turbo.json index d2b306527f..f6b5f835ef 100644 --- a/turbo.json +++ b/turbo.json @@ -34,6 +34,7 @@ "cache": false }, "dev": { + "dependsOn": ["^build"], "cache": false, "persistent": true }