feat: Add install script for dependencies and codegen

This commit is contained in:
Anton Stubenbord
2023-02-11 13:19:16 +01:00
parent 95a26f4bb6
commit a83f915d50

8
install_dependencies.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/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