diff --git a/Gruntfile.js b/Gruntfile.js index af7c2b438d..3f3127fcbb 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -398,7 +398,7 @@ module.exports = function(grunt) { ]); grunt.registerTask('dev:no-lint', [ - 'clean', + 'pre-build', 'validate', 'concat:commons', 'configure',