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"],