Skip to content

Commit

Permalink
fix: abis requires ast keys to be present in the build outputs, whi… (
Browse files Browse the repository at this point in the history
#151)

…ch is absent by default in the current foundry version

foundry-rs/foundry#7197

Co-authored-by: Dmitry Gusakov <dmitry.gusakov@lido.fi>
  • Loading branch information
skhomuti and dgusakov committed Apr 24, 2024
1 parent 1394cfa commit 5096023
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ coverage-lcov:
forge coverage --report lcov

abis:
just build --ast
yarn generate:abis

make-fork *args:
Expand Down

0 comments on commit 5096023

Please sign in to comment.