Skip to content

Commit

Permalink
chore(docs): fix docs#build turborepo inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
ndom91 committed Apr 28, 2024
1 parent e7a353c commit d7911d1
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion turbo.json
Expand Up @@ -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",
Expand Down

0 comments on commit d7911d1

Please sign in to comment.