diff --git a/gulpfile.js b/gulpfile.js index 10d7449..d46d841 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -50,5 +50,5 @@ gulp.task('dist', function() { gulp.task('clean', del.bind(null, ['build', 'dist'])); gulp.task('default', ['clean'], function(cb) { - runSequence('dist', 'test', cb); + runSequence('dist', cb); });