From ff45b7793c316a8554959417beb80d92a44d851d Mon Sep 17 00:00:00 2001 From: Fabian Freund Date: Thu, 20 Feb 2025 12:48:21 +0100 Subject: [PATCH] validate deps via melos --- melos.yaml | 6 ++++++ 1 file changed, 6 insertions(+) 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: