I won't need to build when releasing.
This commit is contained in:
parent
72be364d20
commit
a3c370df66
@ -158,7 +158,7 @@ module.exports = function(grunt) {
|
|||||||
'clean:tmp'
|
'clean:tmp'
|
||||||
]);
|
]);
|
||||||
|
|
||||||
grunt.registerTask('release', ['build', 'exec:commit', 'exec:push', 'compress:crx']);
|
grunt.registerTask('release', ['exec:commit', 'exec:push', 'compress:crx']);
|
||||||
grunt.registerTask('patch', ['bump', 'updcl:3']);
|
grunt.registerTask('patch', ['bump', 'updcl:3']);
|
||||||
grunt.registerTask('minor', ['bump:minor', 'updcl:2']);
|
grunt.registerTask('minor', ['bump:minor', 'updcl:2']);
|
||||||
grunt.registerTask('major', ['bump:major', 'updcl:1']);
|
grunt.registerTask('major', ['bump:major', 'updcl:1']);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user