Skip to content

Commit 0c75643

Browse files
limerickgdstinayuangao
authored andcommitted
build:change gulp clean dist dir (#2582)
1 parent a8764dd commit 0c75643

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/gulp/tasks/clean.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import {task} from 'gulp';
2+
import {DIST_ROOT} from '../constants';
23
import {cleanTask} from '../task_helpers';
34

45

5-
task('clean', cleanTask('dist'));
6+
task('clean', cleanTask(DIST_ROOT));

0 commit comments

Comments
 (0)