From 9cfed5a150a8ec9f5c3454794f56b51773a98201 Mon Sep 17 00:00:00 2001 From: Carlos Valente Date: Mon, 6 Jan 2025 20:06:58 +0100 Subject: [PATCH] fix: issue with persistent script --- turbo.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/turbo.json b/turbo.json index e86d626df..fae60e834 100644 --- a/turbo.json +++ b/turbo.json @@ -3,10 +3,12 @@ "globalEnv": ["NODE_ENV", "GITHUB_TOKEN"], "tasks": { "dev": { - "cache": false + "cache": false, + "persistent": true }, "dev:server": { - "cache": false + "cache": false, + "persistent": true }, "dev:test": { "cache": false