Skip to content

Commit 1194cf0

Browse files
committed
Remove unused sequenceTask
1 parent 9eab516 commit 1194cf0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/gulp/gulpfile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ import './tasks/unit-test';
1111
import './tasks/aot';
1212
import './tasks/payload';
1313
import './tasks/coverage';
14-
import './tasks/library';
14+
import './tasks/library';

tools/gulp/tasks/clean.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import {task} from 'gulp';
22
import {DIST_ROOT} from '../constants';
3-
import {cleanTask, sequenceTask} from '../util/task_helpers';
3+
import {cleanTask} from '../util/task_helpers';
44

55

66
/** Deletes the dist/ directory. */

0 commit comments

Comments
 (0)