Skip to content

Commit

Permalink
ci: add generate in version hook (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
timcreatedit authored Apr 22, 2024
1 parent d8b791b commit 38f9e9c
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 @@ -12,6 +12,11 @@ command:
dart pub global activate full_coverage
version:
updateGitTagRefs: true
workspaceChangelog: false
hooks:
preCommit: |
melos run generate
git add .
scripts:
analyze:
Expand Down

0 comments on commit 38f9e9c

Please sign in to comment.