Removed jshint in the "test" task of grunt

bzr revid: nicolas.vanhoren@openerp.com-20130729164952-srjsdg8pmq1x2ahd
This commit is contained in:
niv-openerp 2013-07-29 18:49:52 +02:00
parent e817310ce6
commit cf4c185f8c
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ module.exports = function(grunt) {
grunt.loadNpmTasks('grunt-contrib-jshint');
grunt.registerTask('test', ['jshint']);
grunt.registerTask('test', []);
grunt.registerTask('default', ['jshint']);