Skip to content

Commit

Permalink
add pub get to melos
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Nov 23, 2023
1 parent 3379ff9 commit 9b9261d
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 @@ -8,6 +8,11 @@ scripts:
run: melos run analyze && melos run format-check
description: Run all static analysis checks.

get:all:
run: melos exec -- \
flutter pub get
description: Run `flutter pub get` for all packages.

analyze:
run: |
melos exec -- \
Expand Down

0 comments on commit 9b9261d

Please sign in to comment.