diff --git a/index.js b/index.js index 337de71..c852b75 100644 --- a/index.js +++ b/index.js @@ -252,7 +252,7 @@ function runCmd (note, cmd, pkg, env, stage, wd, opts, cb) { if (opts.log.level !== 'silent') { opts.log.clearProgress() - console.log(note) + opts.log.notice('lifecycle', logid(pkg, stage), note) opts.log.showProgress() } opts.log.verbose('lifecycle', logid(pkg, stage), 'unsafe-perm in lifecycle', unsafe)