Skip to content

Commit

Permalink
remove unnecessary directory param
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustl22 committed May 30, 2023
1 parent d0c1fb0 commit fdcda82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ scripts:

pub-upgrade:
# May fails until https://github.com/dart-lang/pub/pull/3920 is released
run: melos exec dart pub upgrade --major-versions --directory .
run: melos exec dart pub upgrade --major-versions
description: Run `dart pub upgrade --major-versions` for all packages.

test:select:
Expand Down

0 comments on commit fdcda82

Please sign in to comment.