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() {
|
watch('modules/angular2/**', function() {
|
||||||
runSequence(
|
runSequence(
|
||||||
'!build/tree.dart',
|
'!build/tree.dart',
|
||||||
|
'build/format.dart',
|
||||||
'!test.unit.dart/karma-run'
|
'!test.unit.dart/karma-run'
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user