Skip to content

Commit 826475f

Browse files
jumoelljharbhfauldssandeepmeduru
authored andcommitted
feat: Support pure web authentication for commands
* feat: Add support for web auth, utilizing code from npm-profile Co-authored-by: Jordan Harband <ljharb@gmail.com> Co-authored-by: Hayden Faulds <fauldsh@gmail.com> Co-authored-by: Sandeep Meduru <sandeepmeduru@github.com>
1 parent ed80a6e commit 826475f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/commands/publish.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ class Publish extends BaseCommand {
6262
}
6363

6464
const opts = { ...this.npm.flatOptions, progress: false }
65+
log.disableProgress()
6566

6667
// you can publish name@version, ./foo.tgz, etc.
6768
// even though the default is the 'file:.' cwd.

0 commit comments

Comments
 (0)