Skip to content

Commit

Permalink
Merge pull request #15 from across-protocol/amatei/fix-turbo-cache
Browse files Browse the repository at this point in the history
fix: fix build cache path
  • Loading branch information
amateima authored Aug 23, 2024
2 parents 5351702 + a410282 commit 9ca225e
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 @@ -5,7 +5,7 @@
"build": {
"dependsOn": ["^build"],
"inputs": ["$TURBO_DEFAULT$", ".env*"],
"outputs": [".next/**", "!.next/cache/**"]
"outputs": ["dist/**"]
},
"lint": {
},
Expand Down

0 comments on commit 9ca225e

Please sign in to comment.