mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-10 16:07:58 -06:00
8 lines
241 B
Bash
Executable File
8 lines
241 B
Bash
Executable File
#!/bin/bash
|
|
pushd packages/paperless_api
|
|
flutter pub get
|
|
flutter pub run build_runner build --delete-conflicting-outputs
|
|
popd
|
|
flutter pub get
|
|
flutter pub run build_runner build --delete-conflicting-outputs
|
|
flutter pub run intl_utils:generate |