Skip to content

Commit

Permalink
Update melos.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
minikin committed Nov 2, 2023
1 parent c7f482a commit 189e2ac
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions catalyst_voices/melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,17 @@ name: catalyst_voices
repository: https://github.com/input-output-hk/catalyst-voices

packages:
- lib/**
- lib/*
- test
- packages/*
- packages/*/*
- packages/*/*/*

command:
version:
# Generate commit links in package changelogs.
linkToCommits: true
# Only allow versioning to happen on main branch.
# branch: main
# Additionally build a changelog at the root of the workspace.
workspaceChangelog: true

bootstrap:
# It seems so that running "pub get" in parallel has some issues (like
# https://github.com/dart-lang/pub/issues/3404). Disabling this feature
# makes the CI much more stable.
runPubGetInParallel: false

scripts:
lint:
run: melos run analyze
Expand Down

0 comments on commit 189e2ac

Please sign in to comment.