Formatting

This commit is contained in:
Roey Darwish Dror
2020-02-10 22:10:27 +02:00
parent c3b8449eb7
commit b9f36bb326

View File

@@ -308,7 +308,7 @@ fn run() -> Result<()> {
runner.execute("NPM", || node::run_npm_upgrade(&base_dirs, run_type))?; runner.execute("NPM", || node::run_npm_upgrade(&base_dirs, run_type))?;
runner.execute("yarn", || node::yarn_global_update(run_type))?; runner.execute("yarn", || node::yarn_global_update(run_type))?;
} }
if config.should_run(Step::Composer) { if config.should_run(Step::Composer) {
runner.execute("composer", || generic::run_composer_update(&base_dirs, run_type))?; runner.execute("composer", || generic::run_composer_update(&base_dirs, run_type))?;
} }