From 78710b35cc1a0e656e75c980052fa3e1bda7bc08 Mon Sep 17 00:00:00 2001 From: Sahil Kumar Date: Tue, 16 May 2023 17:10:07 +0530 Subject: [PATCH] chore(melos): fix melos format script. Signed-off-by: xsahil03x --- melos.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/melos.yaml b/melos.yaml index 23289dff..6b93f812 100644 --- a/melos.yaml +++ b/melos.yaml @@ -26,9 +26,9 @@ scripts: - Note: you can also rely on your IDEs Dart Analysis / Issues window. format: - run: flutter format --set-exit-if-changed . + run: dart format --set-exit-if-changed . description: | - Run `flutter format --set-exit-if-changed .` in all packages. + Run `dart format --set-exit-if-changed .` in all packages. metrics: run: |