validate deps via melos
This commit is contained in:
@@ -11,6 +11,12 @@ scripts:
|
|||||||
dart pub upgrade --major-versions --tighten
|
dart pub upgrade --major-versions --tighten
|
||||||
exec:
|
exec:
|
||||||
concurrency: 1
|
concurrency: 1
|
||||||
|
validate-dependencies:
|
||||||
|
description: Validates dependcies in the workspace
|
||||||
|
packageFilters:
|
||||||
|
noDependsOn: melos
|
||||||
|
exec: |
|
||||||
|
dart pub global run dependency_validator
|
||||||
build-watch:
|
build-watch:
|
||||||
description: Generate and watch files with build_runner in the workspace
|
description: Generate and watch files with build_runner in the workspace
|
||||||
packageFilters:
|
packageFilters:
|
||||||
|
|||||||
Reference in New Issue
Block a user