Add task to test full build chain.

This commit is contained in:
ccd0 2015-02-13 21:48:41 -08:00
parent 82d0f083b6
commit e38f442a39

View File

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