Skip to content

Commit

Permalink
Add store#clean deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vdrg committed Nov 20, 2024
1 parent 7947764 commit c4f762d
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,15 @@
},
"clean": {
"cache": false
}
},
},
"@latticexyz/store#clean": {
"dependsOn": [
"@latticexyz/world-module-erc20#clean",
"@latticexyz/world-modules#clean",
"puppet-modules-test#clean",
"mock-game-contracts#clean"
],
"cache": false
} },
"globalPassThroughEnv": ["COREPACK_HOME"]
}

0 comments on commit c4f762d

Please sign in to comment.