diff --git a/turbo.json b/turbo.json index 2dceb6f..07487c2 100644 --- a/turbo.json +++ b/turbo.json @@ -3,7 +3,8 @@ "pipeline": { "dev": { "dependsOn": ["^build"], - "cache": false + "cache": false, + "persistent": true }, "lint": { "dependsOn": ["^build"],