From f6c756bc72b90fbb01af507d88a267ce644cc867 Mon Sep 17 00:00:00 2001 From: Ry Racherbaumer Date: Fri, 18 Oct 2024 11:35:07 -0500 Subject: [PATCH] Fix turbo config --- turbo.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/turbo.json b/turbo.json index 52268248f..e50811ac8 100644 --- a/turbo.json +++ b/turbo.json @@ -41,6 +41,13 @@ "@xmtp/content-type-text#build" ], "outputs": [] + }, + "@xmtp/frames-validator#test": { + "dependsOn": [ + "@xmtp/content-type-text#build", + "@xmtp/frames-client#build" + ], + "outputs": [] } } }