diff --git a/melos.yaml b/melos.yaml index 0d812d87..c0a4e2c0 100644 --- a/melos.yaml +++ b/melos.yaml @@ -18,6 +18,11 @@ ide: intellij: enabled: false +command: + bootstrap: + hooks: + post: melos run format + scripts: format: dart format --fix --line-length 120 . format:check: dart format --output=none --set-exit-if-changed --line-length 120 .