From 8442062fb3309c07cd680236aefadb9faeca20e2 Mon Sep 17 00:00:00 2001 From: Zixaphir Date: Wed, 14 Aug 2013 03:44:12 -0700 Subject: [PATCH] Finally fix Release task --- Gruntfile.coffee | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index a62327668..0deff77d2 100755 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -168,10 +168,9 @@ module.exports = (grunt) -> grunt.registerTask 'release', [ 'build' + 'compress:crx' 'shell:commit' 'shell:push' - 'build-crx' - 'compress:crx' ] grunt.registerTask 'patch', [ 'bump'