Fix building before release

This commit is contained in:
Zixaphir 2013-08-11 14:00:01 -07:00
parent f8f9142576
commit 00093ffd0c

View File

@ -167,6 +167,7 @@ module.exports = (grunt) ->
]
grunt.registerTask 'release', [
'build'
'shell:commit'
'shell:push'
'build-crx'