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",