From 3bfe32e9596e97784df6bc9e37eada4f889ab706 Mon Sep 17 00:00:00 2001 From: xavierchanth Date: Fri, 19 Jan 2024 17:33:56 +0800 Subject: [PATCH] chore: bump melos to v4 and disable parallel pub gets --- melos.yaml | 1 + pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/melos.yaml b/melos.yaml index f9fa00aef..648f9d0e3 100644 --- a/melos.yaml +++ b/melos.yaml @@ -7,5 +7,6 @@ packages: command: bootstrap: + runPubGetInParallel: false hooks: post: dart run melos exec --scope="noports_core" --scope="sshnoports" -- "dart run build_runner build --delete-conflicting-outputs" diff --git a/pubspec.yaml b/pubspec.yaml index 695ceff3b..0d6904089 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,4 +4,4 @@ environment: sdk: ">=2.12.0 <4.0.0" dev_dependencies: - melos: ^3.1.1 + melos: ^4.0.0