Skip to content

Commit

Permalink
fix turbo config to include next build folder (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasfrancisco authored Sep 4, 2024
1 parent f3f3c96 commit 4bf3506
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,12 @@
},
"build": {
"inputs": ["$TURBO_DEFAULT$", ".env*"],
"outputs": [".cache/tsbuildinfo.json", "dist/**", "storybook-static/**"],
"outputs": [
".cache/tsbuildinfo.json",
"dist/**",
"storybook-static/**",
".next/**"
],
"dependsOn": ["^build"]
},
"format": {
Expand Down

0 comments on commit 4bf3506

Please sign in to comment.