chore(melos): fix melos format script.

Signed-off-by: xsahil03x <xdsahil@gmail.com>
This commit is contained in:
Sahil Kumar
2023-05-16 17:10:07 +05:30
committed by xsahil03x
parent a0e6c98c83
commit 78710b35cc
+2 -2
View File
@@ -26,9 +26,9 @@ scripts:
- Note: you can also rely on your IDEs Dart Analysis / Issues window. - Note: you can also rely on your IDEs Dart Analysis / Issues window.
format: format:
run: flutter format --set-exit-if-changed . run: dart format --set-exit-if-changed .
description: | description: |
Run `flutter format --set-exit-if-changed .` in all packages. Run `dart format --set-exit-if-changed .` in all packages.
metrics: metrics:
run: | run: |