We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f543b8 commit 255d45eCopy full SHA for 255d45e
pubspec.yaml
@@ -46,7 +46,8 @@ melos:
46
47
analyze-all:
48
description: Run static analysis on all packages
49
- exec: dart analyze --fatal-warnings --fatal-infos --concurrency 10
+ run: |
50
+ melos exec --concurrency 10 -- "dart analyze --fatal-warnings --fatal-infos"
51
52
format-all:
53
description: Format all packages
0 commit comments