Browse Source

Merge pull request #757 from nextcloud/tool/melos/use_bootstrap

feat(tool): use melos bootstrap for initializing the dependencies
pull/758/head
Nikolas Rimikis 1 year ago committed by GitHub
parent
commit
347d85c20b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tool/setup.sh

2
tool/setup.sh

@ -7,5 +7,5 @@ for package in $(yq -r ".dev_dependencies | keys | .[]" pubspec.yaml); do
dart pub global activate "$package" "$version" dart pub global activate "$package" "$version"
done done
echo "y" | fvm install echo "y" | fvm install
melos exec --concurrency=1 flutter pub get melos bootstrap
dart run husky install dart run husky install

Loading…
Cancel
Save