mirror of
https://github.com/youzan/vant.git
synced 2025-10-22 11:54:02 +00:00
feat(cli): support build watch mode
This commit is contained in:
@@ -17,7 +17,9 @@ command('lint').action(lint);
|
||||
|
||||
command('clean').action(clean);
|
||||
|
||||
command('build').action(build);
|
||||
command('build')
|
||||
.option('--watch', 'Watch file watch')
|
||||
.action(build);
|
||||
|
||||
command('release').action(release);
|
||||
|
||||
|
Reference in New Issue
Block a user