Skip to content

Commit

Permalink
fix): support an older version of melos
Browse files Browse the repository at this point in the history
Signed-off-by: Vincenzo Palazzo <[email protected]>
  • Loading branch information
vincenzopalazzo committed May 6, 2023
1 parent 38ea30a commit 0b88905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ default: analyze
$(CC) run build_plugin --no-select

dep:
dart pub global activate melos;
dart pub global activate melos 2.9.0;
# dart pub global activate spec_cli;
dart pub global activate changelog_cmd;
$(CC) bootstrap
Expand Down

0 comments on commit 0b88905

Please sign in to comment.