From dba3049c7acb80fdaf8052d5c69ff8d21202379a Mon Sep 17 00:00:00 2001 From: Damian Ricobelli Date: Sun, 6 Oct 2024 02:10:02 -0300 Subject: [PATCH] chore: update turbo json config --- turbo.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index 44d9ee9..167c839 100644 --- a/turbo.json +++ b/turbo.json @@ -15,7 +15,8 @@ }, "dev": { "cache": false, - "persistent": true + "persistent": true, + "dependsOn": ["^build"] }, "clean": { "cache": false