Skip to content

Commit

Permalink
fix(tasks): remove linting from prepare release task
Browse files Browse the repository at this point in the history
  • Loading branch information
Vheissu committed Mar 3, 2016
1 parent a2c3e93 commit 7535678
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/tasks/prepare-release.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ gulp.task('changelog', function(callback) {
gulp.task('prepare-release', function(callback){
return runSequence(
'build',
'lint',
'bump-version',
'doc',
'changelog',
Expand Down

0 comments on commit 7535678

Please sign in to comment.