From 1231bf7d614f732414a3774f1e17e264f9b7499f Mon Sep 17 00:00:00 2001 From: Sandeep Meduru Date: Tue, 19 Jul 2022 23:08:34 +0530 Subject: [PATCH] Disable progress bar on publish --- lib/commands/publish.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/commands/publish.js b/lib/commands/publish.js index 4310dba258d95..0b6eed04b009b 100644 --- a/lib/commands/publish.js +++ b/lib/commands/publish.js @@ -62,6 +62,7 @@ class Publish extends BaseCommand { } const opts = { ...this.npm.flatOptions } + log.disableProgress() // you can publish name@version, ./foo.tgz, etc. // even though the default is the 'file:.' cwd.