Skip to content

Commit

Permalink
Update turbo.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cdedreuille committed Jul 16, 2024
1 parent 91c55e5 commit 8287267
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,6 @@
"persistent": true,
"inputs": ["$TURBO_DEFAULT$", ".env"]
},
"prebuild": {
"dependsOn": ["fetch-docs", "generate-redirects", "^build"],
"outputs": [
"dist/**",
".next/**",
"!.next/cache/**",
"storybook-static/**"
],
"inputs": [
"$TURBO_DEFAULT$",
".env",
"./apps/frontpage/content/docs/**",
"./apps/frontpage/content/snippets/**",
"./apps/frontpage/public/docs-assets/**"
]
},
"build": {
"dependsOn": ["fetch-docs", "generate-redirects", "^build"],
"outputs": [
Expand Down

0 comments on commit 8287267

Please sign in to comment.