Skip to content

Commit

Permalink
turbo cache update
Browse files Browse the repository at this point in the history
  • Loading branch information
martinwenisch committed Aug 31, 2024
1 parent 1633728 commit 46e594a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": [
"apps/*/build/**",
".next/**",
"!.next/cache/**",
"packages/*/dist/**"
]
"outputs": [".next/**", "!.next/cache/**", "dist/**", "build/**"]
},
"dev": {
"cache": false,
Expand Down

0 comments on commit 46e594a

Please sign in to comment.