diff --git a/Gruntfile.js b/Gruntfile.js index e7089d3..08cff05 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -174,6 +174,6 @@ module.exports = function(grunt) { grunt.registerTask('test', ['jshint', 'clean', 'concat', 'nodeunit']); // By default, lint and run all tests. - grunt.registerTask('default', ['jshint', 'test', 'build-contrib']); + grunt.registerTask('default', ['test', 'build-contrib']); };