Commit 84a9ff73 authored by Devon Carew's avatar Devon Carew Committed by GitHub

list which version of dartdoc we're using (#9466)

parent 7be9115a
......@@ -64,6 +64,11 @@ dependencies:
createFooter('dev/docs/lib/footer.html');
// Verify which version of dartdoc we're using.
final ProcessResult result = Process.runSync('pub',
<String>['global', 'run', 'dartdoc', '--version']);
print('\n${result.stdout}');
// Generate the documentation.
final List<String> args = <String>[
'global', 'run', 'dartdoc',
......
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