Skip to content

Commit

Permalink
--silent is not a lerna flag
Browse files Browse the repository at this point in the history
  • Loading branch information
hipstersmoothie committed Apr 26, 2020
1 parent 3d4c582 commit c6a3f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/npm/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ export default class NPMPlugin implements IPlugin {
auto.logger.logLevel === "verbose" ||
auto.logger.logLevel === "veryVerbose";
const verboseArgs = isQuiet
? ["--silent"]
? ["--loglevel", "silent"]
: isVerbose
? ["--loglevel", "silly"]
: [];
Expand Down

0 comments on commit c6a3f57

Please sign in to comment.