Browse Source

feat(tool): use melos bootstrap for initializing the dependencies

Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
pull/757/head
Nikolas Rimikis 1 year ago
parent
commit
66a9c4f27e
No known key found for this signature in database
GPG Key ID: 85ED1DE9786A4FF2
  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"
done
echo "y" | fvm install
melos exec --concurrency=1 flutter pub get
melos bootstrap
dart run husky install

Loading…
Cancel
Save