From 7eb8af1755c633a62ad33b798900d11d1c839b12 Mon Sep 17 00:00:00 2001 From: Mayhem Date: Mon, 9 Dec 2013 11:37:50 +0100 Subject: [PATCH] Clean before releasing. --- Gruntfile.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']