From 778af70db7f3120d0a808f014b9c2d197fcf7a04 Mon Sep 17 00:00:00 2001 From: Compey Date: Tue, 22 Nov 2022 16:48:29 +0530 Subject: [PATCH] chore(turbo): experimental remote caching for builds --- turbo.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/turbo.json b/turbo.json index 0c90c3d..b420377 100644 --- a/turbo.json +++ b/turbo.json @@ -1,5 +1,8 @@ { "$schema": "https://turbo.build/schema.json", + "remoteCache": { + "signature": true + }, "pipeline": { "build": { "dependsOn": ["^build"],