Finally fix Release task
This commit is contained in:
parent
a4b0468698
commit
8442062fb3
@ -168,10 +168,9 @@ module.exports = (grunt) ->
|
|||||||
|
|
||||||
grunt.registerTask 'release', [
|
grunt.registerTask 'release', [
|
||||||
'build'
|
'build'
|
||||||
|
'compress:crx'
|
||||||
'shell:commit'
|
'shell:commit'
|
||||||
'shell:push'
|
'shell:push'
|
||||||
'build-crx'
|
|
||||||
'compress:crx'
|
|
||||||
]
|
]
|
||||||
grunt.registerTask 'patch', [
|
grunt.registerTask 'patch', [
|
||||||
'bump'
|
'bump'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user