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,