From cfd2c7a1e597bf9a1c0f7ea750639d87e07d77b6 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Mon, 17 Mar 2025 02:37:09 -0600 Subject: [PATCH] fix(turbo): update start task dependency from build to start --- turborepo/turbo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turborepo/turbo.json b/turborepo/turbo.json index 93066a0..4939bf9 100644 --- a/turborepo/turbo.json +++ b/turborepo/turbo.json @@ -14,7 +14,7 @@ "dependsOn": ["^check-types"] }, "start": { - "dependsOn": ["^start"] + "dependsOn": ["^build"] }, "dev": { "cache": false,