From c573e9840fb394721847c5a89f4da51fc0f69424 Mon Sep 17 00:00:00 2001 From: Sergey Penkovsky Date: Fri, 2 May 2025 11:53:29 +0300 Subject: [PATCH] feat: add melos commands --- melos.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/melos.yaml b/melos.yaml index 21bc4ac..b0165cf 100644 --- a/melos.yaml +++ b/melos.yaml @@ -4,4 +4,12 @@ sdkPath: .fvm/flutter_sdk packages: - cherrypick - - cherrypick_flutter \ No newline at end of file + - cherrypick_flutter + +scripts: + analyze: + run: | + flutter analyze + format: + run: | + flutter format \ No newline at end of file