Skip to content

Commit 53b9ead

Browse files
authored
Regenerate protobuf as part of default task (#2257)
1 parent 21eeb4d commit 53b9ead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/grind.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ void main(List<String> args) {
130130
}
131131

132132
@DefaultTask('Compile async code and reformat.')
133-
@Depends(format, synchronize, deprecations)
133+
@Depends(format, synchronize, deprecations, protobuf)
134134
void all() {}
135135

136136
@Task('Run the Dart formatter.')

0 commit comments

Comments
 (0)