mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-06 15:15:50 -06:00
13 lines
294 B
Bash
Executable File
13 lines
294 B
Bash
Executable File
#!/bin/bash
|
|
pushd ../
|
|
pushd packages/paperless_api
|
|
flutter packages pub get
|
|
dart run build_runner build --delete-conflicting-outputs
|
|
popd
|
|
pushd packages/mock_server
|
|
flutter packages pub get
|
|
popd
|
|
flutter packages pub get
|
|
flutter gen-l10n
|
|
dart run build_runner build --delete-conflicting-outputs
|