Finally fix Release task

This commit is contained in:
Zixaphir 2013-08-14 03:44:12 -07:00
parent a4b0468698
commit 8442062fb3

View File

@ -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'