Skip to content

Commit

Permalink
fix: other contract builds
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 committed Sep 3, 2024
1 parent 7e832ca commit 9a7363c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ fetch-thirdparty:

setup-thirdparty:
cd crates/yttrium/src/contracts/ && yarn install --frozen-lockfile --immutable && yarn compile
cd crates/yttrium/safe-smart-account/ && npm install
cd crates/yttrium/safe-modules/ && pnpm install

build-ios-bindings:
sh crates/ffi/build-rust-ios.sh
Expand Down

0 comments on commit 9a7363c

Please sign in to comment.