fix(gulpfile): fixed test.unit.dart to format dart code before running test
This commit is contained in:
parent
3256ff1c73
commit
92d6aa1f32
|
@ -417,6 +417,7 @@ gulp.task('test.unit.dart', ['build/tree.dart'], function (done) {
|
|||
watch('modules/angular2/**', function() {
|
||||
runSequence(
|
||||
'!build/tree.dart',
|
||||
'build/format.dart',
|
||||
'!test.unit.dart/karma-run'
|
||||
);
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue