diff --git a/turbo.json b/turbo.json index 308d3d5b3..09f2a42ad 100644 --- a/turbo.json +++ b/turbo.json @@ -25,6 +25,7 @@ "outputs": [".next/**", "dist/**"] }, "dev": { + "dependsOn": ["^build"], "cache": false, "persistent": true },