mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
chore(img): add worker comments and watch task
This commit is contained in:
@ -204,6 +204,10 @@ task('e2e.watch', ['e2e'], function () {
|
||||
watch('src/components/*/test/**/*', function (file) {
|
||||
start('e2e.build');
|
||||
});
|
||||
|
||||
watch('scripts/workers/**/*', function (file) {
|
||||
start('e2e.workers');
|
||||
});
|
||||
});
|
||||
|
||||
function watchTask(task) {
|
||||
|
Reference in New Issue
Block a user