Skip to content

Commit

Permalink
add forge build in make bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
supernovahs committed Jan 9, 2025
1 parent 6c26365 commit 0eb45fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ lint:

bindings:
@echo "Generating bindings..."
cd crates/contracts
forge build
cd ../..
forge bind --alloy --bindings-path crates/utils --overwrite --root crates/contracts
# Restore the Cargo.toml file
git restore crates/utils/Cargo.toml
Expand Down

0 comments on commit 0eb45fb

Please sign in to comment.