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": []