diff --git a/tool/setup.sh b/tool/setup.sh index 3d92fae1..6d7b4bc2 100755 --- a/tool/setup.sh +++ b/tool/setup.sh @@ -7,5 +7,10 @@ for package in $(yq -r ".dev_dependencies | keys | .[]" pubspec.yaml); do dart pub global activate "$package" "$version" done echo "y" | fvm install + +if [ ! -v GITHUB_REPOSITORY ]; then + fvm flutter precache +fi + melos bootstrap fvm dart run husky install