From 826475f018176ede8074646eab2eb0d4d38b354e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20M=C3=B8ller=20Ellehauge?= Date: Wed, 20 Jul 2022 21:49:55 +0200 Subject: [PATCH] feat: Support pure web authentication for commands * feat: Add support for web auth, utilizing code from npm-profile Co-authored-by: Jordan Harband Co-authored-by: Hayden Faulds Co-authored-by: Sandeep Meduru --- lib/commands/publish.js | 1 + 1 file changed, 1 insertion(+) 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.