♻️ Make the build more readable

This commit is contained in:
trickypr 2021-11-27 11:51:10 +11:00
parent 56d5f02bfd
commit 22eb1c0a39
3 changed files with 21 additions and 28 deletions

View file

@ -27,7 +27,7 @@ export const commands: Cmd[] = [
controller: bootstrap,
},
{
cmd: 'build [os]',
cmd: 'build',
aliases: ['b'],
description:
'Build the melon app. Specify the OS param for cross-platform builds.',