From a6b5007507d26adf2d75740b04ca489075357388 Mon Sep 17 00:00:00 2001 From: Gabriel Bianchi Date: Fri, 25 Oct 2024 08:30:07 -0300 Subject: [PATCH] Improve dev script (#1227) --- turbo.json | 1 + 1 file changed, 1 insertion(+) diff --git a/turbo.json b/turbo.json index a1758cc57..afe351a9b 100644 --- a/turbo.json +++ b/turbo.json @@ -10,6 +10,7 @@ "outputs": [".cache/tsbuildinfo.json", "dist/**"] }, "dev": { + "dependsOn": ["^dev"], "cache": false, "persistent": false },