From 639fe23199ae21098bf54b60875f9451bde67827 Mon Sep 17 00:00:00 2001 From: Ry Racherbaumer Date: Thu, 17 Oct 2024 14:45:25 -0500 Subject: [PATCH] Update turbo.json for certain tests --- turbo.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/turbo.json b/turbo.json index 7980eaa6b..2793cd721 100644 --- a/turbo.json +++ b/turbo.json @@ -30,6 +30,14 @@ "@xmtp/content-type-reply#test": { "dependsOn": ["@xmtp/content-type-remote-attachment#build"], "outputs": [] + }, + "@xmtp/content-type-remote-attachment#test": { + "dependsOn": ["@xmtp/consent-proof-signature#build"], + "outputs": [] + }, + "@xmtp/frames-client#test": { + "dependsOn": ["@xmtp/content-type-text#build"], + "outputs": [] } } }