You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Commands like flutter pub run build_runner build print some execution stats at the end:
[INFO] Succeeded after 39ms with 0 outputs (0 actions)
It will be convenient to see some similar execution times when you run mono_repo pub run build_runner build and such. It already reports progress, so the times could be shown right next to succeeded counts.
Successes: 4
Remaining: 1
The text was updated successfully, but these errors were encountered:
Commands like
flutter pub run build_runner build
print some execution stats at the end:It will be convenient to see some similar execution times when you run
mono_repo pub run build_runner build
and such. It already reports progress, so the times could be shown right next to succeeded counts.The text was updated successfully, but these errors were encountered: