Skip to content

Commit eb673df

Browse files
committed
chore: aiken build verbose
1 parent 36c07c5 commit eb673df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

caribic/src/start.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ pub async fn deploy_contracts(project_root_path: &Path) -> Result<(), Box<dyn st
232232
execute_script(
233233
project_root_path.join("cardano").join("onchain").as_path(),
234234
"aiken",
235-
Vec::from(["build"]),
235+
Vec::from(["build", "--trace-filter", "all", "--trace-level", "verbose"]),
236236
None,
237237
)?;
238238

0 commit comments

Comments
 (0)