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'
|
||||
]
|
||||
|
||||
grunt.registerTask 'full', [
|
||||
'build'
|
||||
'pack'
|
||||
'concat:meta'
|
||||
'copy:builds'
|
||||
]
|
||||
|
||||
grunt.registerTask 'tag', 'Tag a new version', (version) ->
|
||||
grunt.task.run [
|
||||
"setversion:#{version}"
|
||||
'updcl'
|
||||
'build'
|
||||
'pack'
|
||||
'concat:meta'
|
||||
'copy:builds'
|
||||
'full'
|
||||
'shell:commit'
|
||||
]
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user