fix: Update build

This commit is contained in:
Anton Stubenbord
2023-10-26 11:26:15 +02:00
parent 53919dc6d8
commit 300a0be00a
5 changed files with 27 additions and 13 deletions

View File

@@ -8,17 +8,16 @@ 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_ROOT/flutter packages pub get
$FLUTTER_ROOT/dart run build_runner build --delete-conflicting-outputs
popd
pushd packages/mock_server
../../flutter/bin/flutter packages pub get
$FLUTTER_ROOT/flutter packages pub get
popd
flutter/bin/flutter packages pub get
flutter/bin/flutter gen-l10n
flutter/bin/dart run build_runner build --delete-conflicting-outputs
$FLUTTER_ROOT/flutter packages pub get
$FLUTTER_ROOT/dart run build_runner build --delete-conflicting-outputs
$FLUTTER_ROOT/flutter gen-l10n
popd