mirror of
https://github.com/youzan/vant.git
synced 2025-10-22 11:54:02 +00:00
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