Add task to test full build chain.
This commit is contained in:
parent
82d0f083b6
commit
e38f442a39
@ -330,14 +330,18 @@ module.exports = (grunt) ->
|
|||||||
'build-crx'
|
'build-crx'
|
||||||
]
|
]
|
||||||
|
|
||||||
|
grunt.registerTask 'full', [
|
||||||
|
'build'
|
||||||
|
'pack'
|
||||||
|
'concat:meta'
|
||||||
|
'copy:builds'
|
||||||
|
]
|
||||||
|
|
||||||
grunt.registerTask 'tag', 'Tag a new version', (version) ->
|
grunt.registerTask 'tag', 'Tag a new version', (version) ->
|
||||||
grunt.task.run [
|
grunt.task.run [
|
||||||
"setversion:#{version}"
|
"setversion:#{version}"
|
||||||
'updcl'
|
'updcl'
|
||||||
'build'
|
'full'
|
||||||
'pack'
|
|
||||||
'concat:meta'
|
|
||||||
'copy:builds'
|
|
||||||
'shell:commit'
|
'shell:commit'
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user