Correct npm's capitalization in summary (#444)

This commit is contained in:
JP Ungaretti
2020-06-23 13:48:45 -05:00
committed by GitHub
parent f386a36754
commit c7818660f3

View File

@@ -307,7 +307,7 @@ fn run() -> Result<()> {
}
if config.should_run(Step::Node) {
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))?;
}