From df41c0291e498056f6ffa39163deb8be921c40ee Mon Sep 17 00:00:00 2001 From: Nikolas Rimikis Date: Mon, 22 May 2023 10:29:32 +0200 Subject: [PATCH] tool: activate melos in install script --- tool/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tool/install.sh b/tool/install.sh index 8bd8dd37..0168dbc9 100755 --- a/tool/install.sh +++ b/tool/install.sh @@ -4,7 +4,8 @@ cd "$(dirname "$0")/.." git submodule init git submodule update -dart pub global activate mono_repo 6.5.0 +dart pub global activate melos 3.0.1 +dart pub global activate mono_repo 6.5.6 dart pub global activate fvm 2.4.1 yes | fvm install fvm exec mono_repo pub get