chore: Remove main_dev.dart, update install dependencies script

This commit is contained in:
Anton Stubenbord
2023-05-29 11:52:40 +02:00
parent a3f84e08ca
commit 886b82df9e
4 changed files with 10 additions and 12 deletions

View File

@@ -1,9 +1,12 @@
#!/bin/bash
pushd ../
pushd packages/paperless_api
flutter pub get
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