Skip to content

Commit

Permalink
chore(grunt): add prep-release task
Browse files Browse the repository at this point in the history
  • Loading branch information
tivie committed May 23, 2015
1 parent 5efb551 commit a4e67a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ module.exports = function (grunt) {
grunt.registerTask('test', ['lint', 'concat', 'simplemocha']);
grunt.registerTask('test-without-building', ['simplemocha']);
grunt.registerTask('build', ['lint', 'test', 'uglify']);
grunt.registerTask('prep-release', ['build', 'changelog']);

// Default task(s).
grunt.registerTask('default', []);
Expand Down

0 comments on commit a4e67a0

Please sign in to comment.