Skip to content

Commit

Permalink
fix commands
Browse files Browse the repository at this point in the history
  • Loading branch information
blaugold committed Dec 11, 2023
1 parent 363b109 commit f35278e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ ide:

scripts:
format:
run: flutter format .
run: dart format .

format:check:
run: flutter format --set-exit-if-changed .
run: dart format --set-exit-if-changed . --output=show

analyze:
run: flutter analyze
Expand Down

0 comments on commit f35278e

Please sign in to comment.