Skip to content

Commit

Permalink
FIX: gulp default task
Browse files Browse the repository at this point in the history
  • Loading branch information
fega committed Mar 8, 2017
1 parent dc56fe7 commit 51a1aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ gulp.task('clean', function () {
});

gulp.task('prepublish', ['nsp', 'babel']);
gulp.task('default', ['static', 'test', 'coveralls']);
gulp.task('default', ['test', 'coveralls']);

0 comments on commit 51a1aa1

Please sign in to comment.