From 00093ffd0c8087d49746c5f8c89fec692c7a1359 Mon Sep 17 00:00:00 2001 From: Zixaphir Date: Sun, 11 Aug 2013 14:00:01 -0700 Subject: [PATCH] Fix building before release --- Gruntfile.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index c3f074c60..bc8f3251b 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -167,6 +167,7 @@ module.exports = (grunt) -> ] grunt.registerTask 'release', [ + 'build' 'shell:commit' 'shell:push' 'build-crx'