Update build instructions

This commit is contained in:
Anton Stubenbord
2023-02-14 23:46:56 +01:00
parent 31d2a9ec01
commit 8a0e633baf
2 changed files with 9 additions and 14 deletions

View File

@@ -3,9 +3,9 @@
git submodules update --init
pushd ../
pushd packages/paperless_api
../../flutter/bin/flutter pub get
../../flutter/bin/flutter pub run build_runner build --delete-conflicting-outputs
flutter pub get
flutter pub run build_runner build --delete-conflicting-outputs
popd
flutter/bin/flutter pub get
flutter/bin/flutter pub run build_runner build --delete-conflicting-outputs
flutter/bin/flutter pub run intl_utils:generate
flutter pub get
flutter pub run build_runner build --delete-conflicting-outputs
flutter pub run intl_utils:generate