Commit 6edc945e by Torkel Ödegaard Committed by GitHub

Update default_task.js

removed build clean from test task, #10532
parent 307b419f
...@@ -9,7 +9,6 @@ module.exports = function(grunt) { ...@@ -9,7 +9,6 @@ module.exports = function(grunt) {
]); ]);
grunt.registerTask('test', [ grunt.registerTask('test', [
'clean:build',
'jscs', 'jscs',
'jshint', 'jshint',
'sasslint', 'sasslint',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment