Skip to content

Commit

Permalink
Turn verbose mode off in the build-docs command
Browse files Browse the repository at this point in the history
  • Loading branch information
eaviles committed Oct 21, 2021
1 parent b51510c commit ced120c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/build-docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = {
if (process.argv[2] === command) {
process.argv.splice(2, 1);
}
$.verbose = true;
$.verbose = false;
const cwd = process.cwd();
const readmePath = path.resolve(cwd, 'README.md');
const { docs } = await loadConfig();
Expand Down

0 comments on commit ced120c

Please sign in to comment.