mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2026-01-31 04:25:02 -06:00
fix: Update path to flutter submodule
This commit is contained in:
@@ -8,12 +8,12 @@ readonly __script_dir
|
|||||||
pushd "$__script_dir/../"
|
pushd "$__script_dir/../"
|
||||||
|
|
||||||
pushd packages/paperless_api
|
pushd packages/paperless_api
|
||||||
flutter/bin/flutter packages pub get
|
../../flutter/bin/flutter packages pub get
|
||||||
flutter/bin/dart run build_runner build --delete-conflicting-outputs
|
../../flutter/bin/dart run build_runner build --delete-conflicting-outputs
|
||||||
popd
|
popd
|
||||||
|
|
||||||
pushd packages/mock_server
|
pushd packages/mock_server
|
||||||
flutter/bin/flutter packages pub get
|
../../flutter/bin/flutter packages pub get
|
||||||
popd
|
popd
|
||||||
|
|
||||||
flutter/bin/flutter packages pub get
|
flutter/bin/flutter packages pub get
|
||||||
|
|||||||
Reference in New Issue
Block a user