Skip to content

Commit 4d1e161

Browse files
committed
Fixed build script
1 parent fdd5795 commit 4d1e161

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const getCleanTaskName = (name) => {
2121
}
2222

2323
const getCleanTask = (name, files) => {
24-
return gulp.task(getCleanTaskName(name), () => {
24+
return gulp.task(getCleanTaskName(name), ['clean'], () => {
2525
return del(files);
2626
})
2727
}

0 commit comments

Comments
 (0)