fix: Update path to flutter submodule

This commit is contained in:
Anton Stubenbord
2023-10-25 19:08:27 +02:00
parent f12f96ddba
commit b50db64705

View File

@@ -8,12 +8,12 @@ readonly __script_dir
pushd "$__script_dir/../"
pushd packages/paperless_api
flutter/bin/flutter packages pub get
flutter/bin/dart run build_runner build --delete-conflicting-outputs
../../flutter/bin/flutter packages pub get
../../flutter/bin/dart run build_runner build --delete-conflicting-outputs
popd
pushd packages/mock_server
flutter/bin/flutter packages pub get
../../flutter/bin/flutter packages pub get
popd
flutter/bin/flutter packages pub get