Skip to content

Commit

Permalink
fix: add contracts to build inputs
Browse files Browse the repository at this point in the history
Contract changes weren't invalidating the turbo build cache and now they
are, as they should.
  • Loading branch information
topocount committed Dec 18, 2024
1 parent 5c1ea17 commit f5fe3aa
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 @@
"tasks": {
"build": {
"dependsOn": ["^build"],
"inputs": [".env", "src"],
"inputs": [".env", "src", "contracts"],
"outputs": [
"dist/**",
"artifacts/**",
Expand Down

0 comments on commit f5fe3aa

Please sign in to comment.