diff --git a/turbo.json b/turbo.json index 92657dd8..9758cf35 100644 --- a/turbo.json +++ b/turbo.json @@ -6,6 +6,8 @@ "dependsOn": ["^build"] }, "dev": { + "outputs": ["build/**"], + "dependsOn": ["^build"], "cache": false, "persistent": true },