From d7911d14b4951da524a0907921654729eaaeae7f Mon Sep 17 00:00:00 2001 From: ndom91 Date: Sun, 28 Apr 2024 14:25:57 +0200 Subject: [PATCH] chore(docs): fix docs#build turborepo inputs --- turbo.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index 7add93fb9a..2bb211f9b9 100644 --- a/turbo.json +++ b/turbo.json @@ -61,7 +61,17 @@ "cache": false }, "docs#build": { - "inputs": ["docs/**"], + "inputs": [ + "pages/**", + "utils/**", + "public/**", + "components/**", + "theme.config.tsx", + "typedoc*", + "vercel.json", + "next-sitemap.config.cjs", + "next.config.js" + ], "dependsOn": [ "@auth/core#build", "@auth/azure-tables-adapter#build",