From ed9b437c6ba7b311873370f3f9e2ec3a12c34459 Mon Sep 17 00:00:00 2001 From: Ry Racherbaumer Date: Fri, 22 Nov 2024 19:55:46 -0600 Subject: [PATCH] Fix turbo config --- turbo.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index e50811ac8..8920a8cd4 100644 --- a/turbo.json +++ b/turbo.json @@ -38,7 +38,8 @@ "@xmtp/frames-client#test": { "dependsOn": [ "@xmtp/consent-proof-signature#build", - "@xmtp/content-type-text#build" + "@xmtp/content-type-text#build", + "@xmtp/node-sdk#build" ], "outputs": [] },