From 66a9c4f27ef3173fead2268bb97369ff88a8711d Mon Sep 17 00:00:00 2001 From: Nikolas Rimikis Date: Sun, 10 Sep 2023 11:59:02 +0200 Subject: [PATCH] feat(tool): use melos bootstrap for initializing the dependencies Signed-off-by: Nikolas Rimikis --- tool/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/setup.sh b/tool/setup.sh index 5a480169..2daefe98 100755 --- a/tool/setup.sh +++ b/tool/setup.sh @@ -7,5 +7,5 @@ for package in $(yq -r ".dev_dependencies | keys | .[]" pubspec.yaml); do dart pub global activate "$package" "$version" done echo "y" | fvm install -melos exec --concurrency=1 flutter pub get +melos bootstrap dart run husky install