commands.build
    .description('build the project')
    .option('-v, --verbose', 'print more output')
    .alias('b')
    .action(function() {