Skip to content

Commit

Permalink
chore: add scripts to melos
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinzent03 committed Sep 19, 2023
1 parent db18c04 commit 632bad7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ scripts:

format:
exec: dart format lib test -l 80 --set-exit-if-changed

upgrade:
exec: dart pub upgrade

outdated:
exec: dart pub outdated

update-version:
run: |
Expand Down

0 comments on commit 632bad7

Please sign in to comment.