Skip to content

Commit

Permalink
feat: Support pure web authentication for commands
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
4 people authored and fritzy committed Jul 20, 2022
1 parent ed80a6e commit 826475f
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, progress: false }
log.disableProgress()

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

0 comments on commit 826475f

Please sign in to comment.