feat(cli): improve build watch mode logger
This commit is contained in:
@@ -18,7 +18,7 @@ command('lint').action(lint);
|
||||
command('clean').action(clean);
|
||||
|
||||
command('build')
|
||||
.option('--watch', 'Watch file watch')
|
||||
.option('--watch', 'Watch file change')
|
||||
.action(build);
|
||||
|
||||
command('release').action(release);
|
||||
|
||||
Reference in New Issue
Block a user