Update default_task.js

removed build clean from test task, #10532
This commit is contained in:
Torkel Ödegaard 2018-01-16 20:13:27 +01:00 committed by GitHub
parent 307b419f7c
commit 6edc945e85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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