From 41417ccc561c1da1d27d70e9d844874a2f58983a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nedim=20Arabac=C4=B1?= Date: Sat, 10 Aug 2024 15:59:30 +0300 Subject: [PATCH] chore: Turbo repo task dependency dev depends on build --- turbo.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index 796ec814..f7d1e2a1 100644 --- a/turbo.json +++ b/turbo.json @@ -18,7 +18,10 @@ }, "dev": { "cache": false, - "persistent": true + "persistent": true, + "dependsOn": [ + "^build" + ] }, "start": { "cache": false,