We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8764dd commit 0c75643Copy full SHA for 0c75643
tools/gulp/tasks/clean.ts
@@ -1,5 +1,6 @@
1
import {task} from 'gulp';
2
+import {DIST_ROOT} from '../constants';
3
import {cleanTask} from '../task_helpers';
4
5
-task('clean', cleanTask('dist'));
6
+task('clean', cleanTask(DIST_ROOT));
0 commit comments