Skip to content

Commit

Permalink
fix: Fixed a problem with a Melos hook.
Browse files Browse the repository at this point in the history
  • Loading branch information
Skyost committed Jan 8, 2024
1 parent 66411d1 commit 0be679f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ command:
updateGitTagRefs: false
hooks:
pre: |
dart format packages/bonsoir/lib
cd packages/bonsoir_platform_interface
dart run bonsoir_platform_interface:generate
cd ../../
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 0be679f

Please sign in to comment.