diff --git a/lib/commands/publish.js b/lib/commands/publish.js index 950d7da96bcfa..3d17866a684a4 100644 --- a/lib/commands/publish.js +++ b/lib/commands/publish.js @@ -62,6 +62,7 @@ class Publish extends BaseCommand { } const opts = { ...this.npm.flatOptions, progress: false } + log.disableProgress() // you can publish name@version, ./foo.tgz, etc. // even though the default is the 'file:.' cwd.