mirror of
https://github.com/immich-app/immich.git
synced 2026-02-05 01:09:14 +03:00
6 lines
132 B
Makefile
6 lines
132 B
Makefile
.PHONY: build
|
|
|
|
build:
|
|
dart run pigeon --input lib/platform/messages.dart
|
|
dart run build_runner build --delete-conflicting-outputs
|