Symlink task should not have clean task as pre-requisite
This commit is contained in:
parent
b5424b4a71
commit
3a6776f0fa
|
@ -216,7 +216,7 @@ gulp.task('clean', () => {
|
|||
return del('build');
|
||||
});
|
||||
|
||||
gulp.task('symlink', ['clean'], () => {
|
||||
gulp.task('symlink', () => {
|
||||
return getSymlinks();
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user