Unverified Commit b0aa5569 authored by godofredoc's avatar godofredoc Committed by GitHub

Fix dart_docs. (#75933)

flutter update-packages from the recipe was removed in favor of each
test running pub get in their dependencies.
parent 980880e2
......@@ -12,6 +12,7 @@ import 'package:path/path.dart' as path;
Future<void> main() async {
final String dot = Platform.isWindows ? '-' : '•';
await flutter('update-packages');
await task(() async {
final Stopwatch clock = Stopwatch()..start();
final Process analysis = await startProcess(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment