Skip to content

Commit 05eb664

Browse files
authored
[fix] add missing watch arg to verify BuildArgs (#850)
1 parent cc13c40 commit 05eb664

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cli/src/cmd/verify.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ pub async fn run_verify(args: &VerifyArgs) -> eyre::Result<()> {
7878
force: false,
7979
hardhat,
8080
libraries: vec![],
81+
watch: Default::default(),
8182
};
8283

8384
let project = build_args.project()?;

0 commit comments

Comments
 (0)