Skip to content

Commit 6d2345a

Browse files
committed
chore(build): Fix test.unit.dart and test.unit.dartvm transformer load errors
Closes angular#3832
1 parent cc2a2e4 commit 6d2345a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gulpfile.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -639,6 +639,7 @@ gulp.task('buildRouter.dev', function () {
639639
gulp.task('test.unit.dart', function (done) {
640640
runSequence(
641641
'build/tree.dart',
642+
'build/pure-packages.dart',
642643
'!build/pubget.angular2.dart',
643644
'!build/change_detect.dart',
644645
'!build/remove-pub-symlinks',
@@ -718,6 +719,7 @@ gulp.task('test.unit.cjs', ['build/clean.js', 'build.tools'], function (neverDon
718719
gulp.task('test.unit.dartvm', function (done) {
719720
runSequence(
720721
'build/tree.dart',
722+
'build/pure-packages.dart',
721723
'build/pubspec.dart',
722724
'!build/change_detect.dart',
723725
'!test.unit.dartvm/run',

0 commit comments

Comments
 (0)