Skip to content

Commit

Permalink
fix turbo cache
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge committed Apr 8, 2024
1 parent 3cc5f80 commit 8be3eba
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 @@ -8,7 +8,7 @@
},
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**", ".next/**", "!.next/cache/**"]
"outputs": ["dist/**", ".next/**", "!.next/cache/**", ".svelte-kit/**"]
},
"lint": {
"dependsOn": ["^topo", "^build"],
Expand Down

0 comments on commit 8be3eba

Please sign in to comment.