From 3a9f8a16978e021dd93f134ffd3993a8d0e317b8 Mon Sep 17 00:00:00 2001 From: Carlos Cuesta Date: Wed, 18 Jan 2023 20:31:03 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Add=20`persistent`=20flag=20to?= =?UTF-8?q?=20`dev`=20task=20(#1283)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- turbo.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"],