mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
chore(grunt): add prep-release task
This commit is contained in:
parent
5efb5517a9
commit
a4e67a0ee7
|
@ -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', []);
|
||||
|
|
Loading…
Reference in New Issue
Block a user