Skip to content

Commit

Permalink
Add pre-hook to build devtools before publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
spydon committed Mar 24, 2024
1 parent 9ee38d3 commit f26e21f
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 @@ -13,6 +13,7 @@ command:
branch: main
# Generates a link to a prefilled GitHub release creation page.
releaseUrl: true

bootstrap:
environment:
sdk: ">=3.0.0 <4.0.0"
Expand All @@ -24,6 +25,10 @@ command:
dartdoc: ^6.3.0
mocktail: ^1.0.1
test: any

publish:
hooks:
pre: melos devtools-build

scripts:
lint:all:
Expand Down

0 comments on commit f26e21f

Please sign in to comment.