Add an option for self-updating composer (fix #318) (#346)

This commit is contained in:
Roey Darwish Dror
2020-03-08 21:38:25 +02:00
committed by GitHub
parent ad93f683be
commit ce7af763bb
4 changed files with 50 additions and 8 deletions

View File

@@ -314,7 +314,7 @@ fn run() -> Result<()> {
}
if config.should_run(Step::Composer) {
runner.execute("composer", || generic::run_composer_update(&base_dirs, run_type))?;
runner.execute("composer", || generic::run_composer_update(&ctx))?;
}
#[cfg(not(any(