Skip to content

Commit 62c87af

Browse files
committed
set pretty-index-json in grinder
1 parent 2f15f71 commit 62c87af

File tree

3 files changed

+6987
-2
lines changed

3 files changed

+6987
-2
lines changed

test/compare_output_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ void main() {
5454
'--example-path-prefix',
5555
'examples',
5656
'--no-include-source',
57+
'--pretty-index-json',
5758
'--output',
5859
tempDir.path
5960
];

testing/test_package_docs/index.json

Lines changed: 6984 additions & 1 deletion
Large diffs are not rendered by default.

tool/grind.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,8 @@ updateTestPackageDocs() {
208208
'../test_package_docs',
209209
'--example-path-prefix',
210210
'examples',
211-
'--auto-include-dependencies'
211+
'--auto-include-dependencies',
212+
'--pretty-index-json'
212213
],
213214
runOptions: options);
214215
}

0 commit comments

Comments
 (0)