1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-08 23:07:06 +02:00
Files
immich/mobile/makefile

22 lines
489 B
Makefile
Raw Permalink Normal View History

.PHONY: build watch create_app_icon create_splash build_release_android
2022-02-03 10:06:44 -06:00
build:
dart run build_runner build --delete-conflicting-outputs
2022-02-03 10:06:44 -06:00
watch:
dart run build_runner watch --delete-conflicting-outputs
2022-02-04 10:41:51 -06:00
create_app_icon:
flutter pub run flutter_launcher_icons:main
create_splash:
flutter pub run flutter_native_splash:create
build_release_android:
flutter build appbundle
migrations:
dart run drift_dev make-migrations
translation:
dart run easy_localization:generate -S ../i18n