diff --git a/Gruntfile.js b/Gruntfile.js index a2df3b3..ebae252 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -176,7 +176,9 @@ module.exports = function(grunt) { setTimeout(function() { updateBanner(); grunt.task.run('dist'); + grunt.task.run('bump-commit'); }, 0); + // grunt.task.run('dist'); }); };