Skip to content

Commit

Permalink
chore(build): enable lint on prepare release task
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Jun 19, 2016
1 parent daf4d83 commit 80640a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/tasks/prepare-release.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ gulp.task('changelog', function () {
gulp.task('prepare-release', function(callback){
return runSequence(
'build',
//'lint',
'lint',
'bump-version',
'doc',
'changelog',
Expand Down

0 comments on commit 80640a6

Please sign in to comment.