build(gulp): remove the check-format step from test.unit.js task
This commit is contained in:
parent
77d1fc149a
commit
1a4ab2c57a
|
@ -379,8 +379,7 @@ gulp.task('test.unit.js', ['build.js.dev'], function (neverDone) {
|
|||
watch('modules/**', function() {
|
||||
runSequence(
|
||||
'!broccoli.js.dev',
|
||||
'!test.unit.js/karma-run',
|
||||
'check-format'
|
||||
'!test.unit.js/karma-run'
|
||||
);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue