Skip to content

Commit

Permalink
Fix compialtion
Browse files Browse the repository at this point in the history
  • Loading branch information
xgreenx committed Jul 26, 2023
1 parent 5c449f4 commit 2af6bf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/e2e/macro/src/codegen.rs
Expand Up @@ -293,6 +293,7 @@ fn build_contract(path_to_cargo_toml: &str) -> String {
output_type: OutputType::HumanReadable,
skip_wasm_validation: false,
target: Target::Wasm,
..ExecuteArgs::default()
};

match contract_build::execute(args) {
Expand Down

0 comments on commit 2af6bf9

Please sign in to comment.