Browse Source

tool: Use single job for pub get to avoid failure

pull/404/head
jld3103 1 year ago
parent
commit
3eaeb4586f
No known key found for this signature in database
GPG Key ID: 9062417B9E8EB7B3
  1. 2
      tool/setup.sh

2
tool/setup.sh

@ -6,4 +6,4 @@ 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
echo "y" | fvm install
fvm exec mono_repo pub get
melos exec --concurrency=1 flutter pub get

Loading…
Cancel
Save