feat: fix codegen

This commit is contained in:
Kasper Juul Hermansen 2023-03-28 14:38:11 +02:00
parent b094ae4f53
commit ee380928c7
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

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",