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 3de336e commit 8b3bcf6Copy full SHA for 8b3bcf6
workspaces/libnpmpack/lib/index.js
@@ -16,7 +16,7 @@ async function pack (spec = 'file:.', opts = {}) {
16
17
// Default to true if no log options passed, set to false if we're in silent
18
// mode
19
- const banner = !opts.log || (opts.log.level !== 'silent')
+ const banner = !opts.silent
20
21
if (spec.type === 'directory') {
22
// prepack
0 commit comments