Skip to content

Commit

Permalink
fix(cli): wait for evm to build before cli attempts to build
Browse files Browse the repository at this point in the history
  • Loading branch information
topocount committed Nov 8, 2024
1 parent ad2bf30 commit e1e3c26
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/good-bikes-perform.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@boostxyz/cli": minor
---

add seed command to generate Boost state
4 changes: 4 additions & 0 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
"inputs": ["manifests"],
"outputs": ["dist/**"]
},
"@boostxyz/cli#build": {
"dependsOn": ["@boostxyz/evm#build"],
"outputs": ["dist/**"]
},
"@boostxyz/sdk#build": {
"dependsOn": ["^build", "@boostxyz/evm#build"],
"inputs": [".env", "src"],
Expand Down

0 comments on commit e1e3c26

Please sign in to comment.