We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb9f435 commit 070901dCopy full SHA for 070901d
lib/publish.js
@@ -8,6 +8,7 @@ const pacote = require('pacote')
8
const npa = require('npm-package-arg')
9
const npmFetch = require('npm-registry-fetch')
10
const chalk = require('chalk')
11
+const replaceInfo = require('./utils/replace-info.js')
12
13
const otplease = require('./utils/otplease.js')
14
const { getContents, logTar } = require('./utils/tar.js')
@@ -68,7 +69,7 @@ class Publish extends BaseCommand {
68
69
if (args.length !== 1)
70
throw this.usageError()
71
- log.verbose('publish', args)
72
+ log.verbose('publish', replaceInfo(args))
73
74
const unicode = this.npm.config.get('unicode')
75
const dryRun = this.npm.config.get('dry-run')
0 commit comments