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