mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
chore(gulp): remove worker tasks
This commit is contained in:
@ -31,7 +31,6 @@ function e2eBuild(done: (err: any) => void) {
|
||||
runSequence(
|
||||
'e2e.clean',
|
||||
'e2e.build',
|
||||
'e2e.workers',
|
||||
'e2e.polyfill',
|
||||
'e2e.copyExternalDependencies',
|
||||
'e2e.sass',
|
||||
@ -204,10 +203,6 @@ 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