Skip to content

Commit 72b7f02

Browse files
committed
build in install step
1 parent e4fe4f7 commit 72b7f02

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ set -e
44

55
forge install
66
git submodule update --init
7+
forge build

script/DeployMaglevLens.s.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ contract DeployMaglevLens is Script {
1414
vm.startBroadcast(deployerAddress);
1515

1616
address maglevLens = address(new MaglevLens());
17+
console.log("MAGLEVLENS = ", maglevLens);
1718

1819
vm.stopBroadcast();
1920
}

0 commit comments

Comments
 (0)