From eb3ad21fd7fe16497613926362517ca4fe7f2ee6 Mon Sep 17 00:00:00 2001 From: Kevin Aleman Date: Sat, 14 Mar 2026 00:27:44 -0600 Subject: [PATCH] chore: Disable caching for ms command (#39581) --- turbo.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index 3f99e554f8589..934b0e5327d07 100644 --- a/turbo.json +++ b/turbo.json @@ -34,7 +34,8 @@ "cache": false }, "ms": { - "dependsOn": ["^build"] + "dependsOn": ["^build"], + "cache": false }, "@rocket.chat/meteor#build": { "dependsOn": ["^build"],