mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-07 20:07:48 -06:00
10 lines
242 B
Bash
10 lines
242 B
Bash
#!/bin/bash
|
|
pushd ../
|
|
pushd packages/paperless_api
|
|
flutter pub get
|
|
flutter pub run build_runner build --delete-conflicting-outputs
|
|
popd
|
|
flutter packages pub get
|
|
flutter gen-l10n
|
|
flutter pub run build_runner build --delete-conflicting-outputs
|