diff --git a/melos.yaml b/melos.yaml index 22a9c5c7..aa69a140 100644 --- a/melos.yaml +++ b/melos.yaml @@ -11,6 +11,12 @@ scripts: dart pub upgrade --major-versions --tighten exec: concurrency: 1 + validate-dependencies: + description: Validates dependcies in the workspace + packageFilters: + noDependsOn: melos + exec: | + dart pub global run dependency_validator build-watch: description: Generate and watch files with build_runner in the workspace packageFilters: