From b50db64705cf065e01c3a35fb2d57a1702e7e078 Mon Sep 17 00:00:00 2001 From: Anton Stubenbord Date: Wed, 25 Oct 2023 19:08:27 +0200 Subject: [PATCH] fix: Update path to flutter submodule --- scripts/install_dependencies_with_submodule.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install_dependencies_with_submodule.sh b/scripts/install_dependencies_with_submodule.sh index 617bca5..35dadd9 100644 --- a/scripts/install_dependencies_with_submodule.sh +++ b/scripts/install_dependencies_with_submodule.sh @@ -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