diff --git a/turbo.json b/turbo.json index a1758cc57..afe351a9b 100644 --- a/turbo.json +++ b/turbo.json @@ -10,6 +10,7 @@ "outputs": [".cache/tsbuildinfo.json", "dist/**"] }, "dev": { + "dependsOn": ["^dev"], "cache": false, "persistent": false },