We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdd5795 commit 4d1e161Copy full SHA for 4d1e161
1 file changed
gulpfile.js
@@ -21,7 +21,7 @@ const getCleanTaskName = (name) => {
21
}
22
23
const getCleanTask = (name, files) => {
24
- return gulp.task(getCleanTaskName(name), () => {
+ return gulp.task(getCleanTaskName(name), ['clean'], () => {
25
return del(files);
26
})
27
0 commit comments