This commit is contained in:
nora 2023-01-03 20:47:15 +01:00
parent 5ac406e650
commit 162641c14a

View file

@ -283,6 +283,8 @@ impl Build {
cmd.env(&env.key, &env.value); cmd.env(&env.key, &env.value);
} }
cmd.env("MINIMIZE_LINTS", "1");
let outputs = cmd let outputs = cmd
.output() .output()
.with_context(|| format!("spawning script: `{cmd:?}`"))?; .with_context(|| format!("spawning script: `{cmd:?}`"))?;