Skip to content

Commit

Permalink
do not cache builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoffrey Chong committed Sep 5, 2024
1 parent dd1bb4e commit 9f83095
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"build": {
"dependsOn": ["^build"],
"inputs": ["packages/**"],
"outputs": ["dist/**"]
"outputs": ["dist/**"],
"cache": false
},
"dev": {
"dependsOn": ["^build"]
Expand Down

0 comments on commit 9f83095

Please sign in to comment.