Skip to content

Commit 14b6450

Browse files
remove unnecessary caches
1 parent 4ca4198 commit 14b6450

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

turbo.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@
55
"outputs": [
66
"dist/**",
77
".next/**",
8-
"!.next/cache/**",
9-
"build/**",
10-
"api/**",
11-
"public/build/**"
8+
"build/**"
129
],
1310
"dependsOn": ["^build"]
1411
},

0 commit comments

Comments
 (0)