diff --git a/.monorepo b/.monorepo index a17988b8f..288f730d7 100644 --- a/.monorepo +++ b/.monorepo @@ -1 +1 @@ -e52030dba4d6130874f80e80900961c342c8c074 +3cc36be2ef1ff1797fd85a30754551949b29dbc1 diff --git a/justfile b/justfile index b8449b43d..2c6ab7cb5 100644 --- a/justfile +++ b/justfile @@ -30,7 +30,7 @@ action-tests test_name='Test_ProgramAction' *args='': if [ ! -d "monorepo/.devnet" ]; then echo "Building devnet allocs for the monorepo" - (cd monorepo && make devnet-allocs) + (cd monorepo/packages/contracts-bedrock && forge build) fi echo "Building host program for the native target"