From 144b8b07af9a19872b9be2f65fc1e94cf6c9e9a5 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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/turbo.json b/turbo.json index 52268248f..9bf9c2ae0 100644 --- a/turbo.json +++ b/turbo.json @@ -41,6 +41,10 @@ "@xmtp/content-type-text#build" ], "outputs": [] + }, + "@xmtp/frames-validator#test": { + "dependsOn": ["@xmtp/content-type-text#build"], + "outputs": [] } } }