From 3dd1d10d9e6a783e5d89694e01f94bfa25fa5883 Mon Sep 17 00:00:00 2001 From: jld3103 Date: Thu, 16 Nov 2023 08:31:19 +0100 Subject: [PATCH] chore(tool): Run format after melos bootstrap Signed-off-by: jld3103 --- melos.yaml | 5 +++++ 1 file changed, 5 insertions(+) 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 .