From d13a9d1128c45dbfa50549b9aa4543126fad462a Mon Sep 17 00:00:00 2001 From: Ry Racherbaumer Date: Thu, 6 Jul 2023 09:48:45 -0700 Subject: [PATCH] Fix tests --- turbo.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/turbo.json b/turbo.json index d004a82..4cfc34b 100644 --- a/turbo.json +++ b/turbo.json @@ -30,6 +30,10 @@ "test": { "outputs": [] }, + "@xmtp/content-type-reply#test": { + "dependsOn": ["@xmtp/content-type-remote-attachment#build"], + "outputs": [] + }, "typecheck": { "dependsOn": ["^generate:types"], "outputs": []