diff --git a/melos.yaml b/melos.yaml index 705b369e..50d3d8c6 100644 --- a/melos.yaml +++ b/melos.yaml @@ -17,3 +17,8 @@ packages: ide: intellij: enabled: false + +scripts: + format-check: dart format --output=none --set-exit-if-changed --line-length 120 . + analyze: dart analyze --fatal-infos . + test: melos exec --concurrency=1 --fail-fast --dir-exists=test -- "flutter test"