From 53b9ead5aaf8eb83223bc918eac6e2bb68c41d1c Mon Sep 17 00:00:00 2001 From: Natalie Weizenbaum Date: Fri, 31 May 2024 14:38:56 -0700 Subject: [PATCH] Regenerate protobuf as part of default task (#2257) --- tool/grind.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/grind.dart b/tool/grind.dart index 7af45b438..5f71995f5 100644 --- a/tool/grind.dart +++ b/tool/grind.dart @@ -130,7 +130,7 @@ void main(List args) { } @DefaultTask('Compile async code and reformat.') -@Depends(format, synchronize, deprecations) +@Depends(format, synchronize, deprecations, protobuf) void all() {} @Task('Run the Dart formatter.')