diff --git a/gulpfile.js b/gulpfile.js index a213ff2868..0ef8f08720 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -339,7 +339,8 @@ gulp.task('docs/serve', function() { // orchestrated targets gulp.task('build.dart', function() { return runSequence( - ['build/transpile.dart', 'build/html.dart', 'build/pubspec.dart'], + ['build/transpile.dart', 'build/html.dart'], + 'build/pubspec.dart', 'build/benchpress.dart', 'build/analyze.dart' );