From a2905526b8c00d4805c25a1dc3eb58945d67b5cf Mon Sep 17 00:00:00 2001 From: Tasso Evangelista Date: Tue, 9 Aug 2022 11:21:00 -0300 Subject: [PATCH] Bypass turbo cache on `ui-contexts` --- turbo.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/turbo.json b/turbo.json index 41ba2e12693bb..67680cc844286 100644 --- a/turbo.json +++ b/turbo.json @@ -9,6 +9,10 @@ "dependsOn": ["^build"], "outputs": ["dist/**"] }, + "@rocket.chat/ui-contexts#build": { + "dependsOn": ["^build"], + "cache": false + }, "testunit": { "dependsOn": ["build"], "outputs": []