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 a6905ad commit e88aaa5Copy full SHA for e88aaa5
1 file changed
melos.yaml
@@ -23,11 +23,11 @@ scripts:
23
- test
24
25
format:
26
- exec: dart format . --fix
+ exec: dart format .
27
description: Run `dart format` for all packages.
28
29
format-check:
30
- exec: dart format . --fix --set-exit-if-changed
+ exec: dart format . --set-exit-if-changed
31
description: Run `dart format` checks for all packages.
32
33
fix:
0 commit comments