I won't need to build when releasing.

This commit is contained in:
Nicolas Stepien 2013-04-03 22:22:31 +02:00
parent 72be364d20
commit a3c370df66

View File

@ -158,7 +158,7 @@ module.exports = function(grunt) {
'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('minor', ['bump:minor', 'updcl:2']);
grunt.registerTask('major', ['bump:major', 'updcl:1']);