feat: fix codegen

This commit is contained in:
2023-03-28 14:38:11 +02:00
parent b094ae4f53
commit ee380928c7

View File

@@ -48,6 +48,8 @@ async fn run_codegen(client: Arc<Query>, _subm: &ArgMatches) -> eyre::Result<()>
.with_exec(vec![ .with_exec(vec![
"cargo", "cargo",
"run", "run",
"-p",
"dagger-bootstrap",
"--", "--",
"generate", "generate",
"--output", "--output",