diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 9f48729d7..940a57d49 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -151,7 +151,7 @@ module.exports = (grunt) -> 'clean:tmpuserscript' ] - grunt.registerTask 'release', ['shell:commit', 'shell:push', 'build-crx', 'compress:crx'] + grunt.registerTask 'release', ['clean', 'shell:commit', 'shell:push', 'build-crx', 'compress:crx'] grunt.registerTask 'patch', ['shell:checkout', 'bump', 'updcl:3', 'release'] grunt.registerTask 'minor', ['shell:checkout', 'bump:minor', 'updcl:2', 'release'] grunt.registerTask 'major', ['shell:checkout', 'bump:major', 'updcl:1', 'release']