mirror of
https://github.com/youzan/vant.git
synced 2025-10-22 11:54:02 +00:00
feat(cli): add test clearCache option
This commit is contained in:
@@ -31,6 +31,7 @@ command('commit-lint').action(commitLint);
|
||||
|
||||
command('test')
|
||||
.option('--watch')
|
||||
.option('--clearCache')
|
||||
.action(test);
|
||||
|
||||
parse(process.argv);
|
||||
|
Reference in New Issue
Block a user