Skip to content

Commit

Permalink
chore: Updated Melos hooks.
Browse files Browse the repository at this point in the history
  • Loading branch information
Skyost committed Jan 9, 2024
1 parent 57c8c9a commit 181e361
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ command:
updateGitTagRefs: false
hooks:
pre: |
dart format packages/bonsoir/lib
cd packages/bonsoir_platform_interface
dart run bonsoir_platform_interface:generate
cd ../../
melos analyze
dart format packages/bonsoir/lib
&& cd packages/bonsoir_platform_interface
&& dart run bonsoir_platform_interface:generate
&& cd ../../
&& melos analyze
message: |
chore(release): Publish packages.
Expand Down

0 comments on commit 181e361

Please sign in to comment.