Skip to content

Commit

Permalink
Add JSDoc task to common tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed May 22, 2016
1 parent d410b43 commit 35e0909
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gulpfile.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@ gulp.task('api', done => {

// Common

gulp.task('offline', ['version', 'lint', 'test']);
gulp.task('offline', ['version', 'lint', 'test', 'api']);

gulp.task('default', ['version', 'lint', 'spellcheck', 'test', 'integration']);
gulp.task('default', ['offline', 'spellcheck', 'integration']);

0 comments on commit 35e0909

Please sign in to comment.