Skip to content

Commit

Permalink
Symlink task should not have clean task as pre-requisite
Browse files Browse the repository at this point in the history
  • Loading branch information
tnajdek committed Jun 7, 2017
1 parent b5424b4 commit 3a6776f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Expand Up @@ -216,7 +216,7 @@ gulp.task('clean', () => {
return del('build');
});

gulp.task('symlink', ['clean'], () => {
gulp.task('symlink', () => {
return getSymlinks();
});

Expand Down

0 comments on commit 3a6776f

Please sign in to comment.