Skip to content

Commit

Permalink
chore(tool): Run format after melos bootstrap
Browse files Browse the repository at this point in the history
Signed-off-by: jld3103 <jld3103yt@gmail.com>
  • Loading branch information
provokateurin committed Nov 16, 2023
1 parent b4e84bb commit 53d0b63
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit 53d0b63

Please sign in to comment.