removed build clean from test task, #10532
@@ -9,7 +9,6 @@ module.exports = function(grunt) {
]);
grunt.registerTask('test', [
- 'clean:build',
'jscs',
'jshint',
'sasslint',