diff --git a/turbo.json b/turbo.json index 796ec8144..f7d1e2a19 100644 --- a/turbo.json +++ b/turbo.json @@ -18,7 +18,10 @@ }, "dev": { "cache": false, - "persistent": true + "persistent": true, + "dependsOn": [ + "^build" + ] }, "start": { "cache": false,