Skip to content

Commit

Permalink
Disable progress bar on publish
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepmeduru committed Jul 19, 2022
1 parent 38cef3a commit 1231bf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/commands/publish.js
Expand Up @@ -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.
Expand Down

0 comments on commit 1231bf7

Please sign in to comment.