Skip to content

Commit

Permalink
build: add build outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
oktaysenkan committed Oct 7, 2024
1 parent 3ca0121 commit 758d67c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"tasks": {
"build": {
"inputs": ["$TURBO_DEFAULT$", ".env*"],
"outputs": ["dist/**", ".next/**", "!.next/cache/**"],
"outputs": ["dist/**", ".next/**", "!.next/cache/**", "build/**"],
"dependsOn": ["^build"]
},

Expand Down

0 comments on commit 758d67c

Please sign in to comment.