From 388588c588b6a4f88d0f2acb313e5acba53fc47b Mon Sep 17 00:00:00 2001 From: "M. Palanikannan" <73993394+Palanikannan1437@users.noreply.github.com> Date: Tue, 8 Jul 2025 13:59:54 +0530 Subject: [PATCH] fix: turbo dev command (#7358) * chore: add dependencies for dev and develop scripts in turbo.json * update persistence * chore: remove develop command --------- Co-authored-by: sriramveeraghanta --- turbo.json | 1 + 1 file changed, 1 insertion(+) diff --git a/turbo.json b/turbo.json index 308d3d5b32..09f2a42ad5 100644 --- a/turbo.json +++ b/turbo.json @@ -25,6 +25,7 @@ "outputs": [".next/**", "dist/**"] }, "dev": { + "dependsOn": ["^build"], "cache": false, "persistent": true },