Skip to content

Commit

Permalink
Regenerate protobuf as part of default task (#2257)
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed May 31, 2024
1 parent 21eeb4d commit 53b9ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/grind.dart
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ void main(List<String> args) {
}

@DefaultTask('Compile async code and reformat.')
@Depends(format, synchronize, deprecations)
@Depends(format, synchronize, deprecations, protobuf)
void all() {}

@Task('Run the Dart formatter.')
Expand Down

0 comments on commit 53b9ead

Please sign in to comment.