From d38375715170b71acbe953d1058cb3871d65b575 Mon Sep 17 00:00:00 2001 From: Charis <26616127+charislam@users.noreply.github.com> Date: Thu, 3 Oct 2024 16:20:20 -0400 Subject: [PATCH] chore(docs): rebuild on examples folder changes (#29673) * chore(docs): rebuild on examples folder changes * chore(docs): rebuild on examples folder changes --- turbo.json | 1 + 1 file changed, 1 insertion(+) diff --git a/turbo.json b/turbo.json index b691faf116..4e4c8327e9 100644 --- a/turbo.json +++ b/turbo.json @@ -25,6 +25,7 @@ "OPENAI_API_KEY", "SUPABASE_SECRET_KEY" ], + "inputs": ["$TURBO_DEFAULT$", "../../examples"], "outputs": [".next/**", "!.next/cache/**"] }, "studio#build": {