From 5f5b228ed5f78134a2106c40dfd2a4c806ca18fc Mon Sep 17 00:00:00 2001 From: Tasso Evangelista Date: Tue, 9 Aug 2022 13:04:36 -0300 Subject: [PATCH] Chore: Bypass turbo cache on `ui-contexts` (#26526) --- turbo.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/turbo.json b/turbo.json index 41ba2e12693b..67680cc84428 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": []