From 3d4d8198dac71718b7d75b452fde7ae9adbec8c1 Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Wed, 1 Feb 2023 20:13:00 +0300 Subject: [PATCH] turbo: enable cache for build --- turbo.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/turbo.json b/turbo.json index d111539..a10bfd1 100644 --- a/turbo.json +++ b/turbo.json @@ -3,8 +3,7 @@ "pipeline": { "build": { "outputs": ["dist/**", ".next/**", "public/dist/**"], - "dependsOn": ["^build"], - "cache": false + "dependsOn": ["^build"] }, "test": { "cache": false