mirror of
https://github.com/immich-app/immich.git
synced 2026-05-21 15:16:31 -04:00
27 lines
1.4 KiB
Makefile
27 lines
1.4 KiB
Makefile
.PHONY: build watch create_app_icon create_splash build_release_android pigeon test analyze format migration translation
|
|
|
|
build:
|
|
@printf "This command has been removed. Please use:\n\n mise codegen # or mise //:mobile:codegen:dart from another directory\n\n" >&2 && exit 1
|
|
|
|
pigeon:
|
|
@printf "This command has been removed. Please use:\n\n mise pigeon # or mise //:mobile:codegen:pigeon from another directory\n\n" >&2 && exit 1
|
|
|
|
|
|
build_release_android:
|
|
@printf "This command has been removed. Please use:\n\n mise run build:android # or mise //:mobile:build:android from another directory\n\n" >&2 && exit 1
|
|
|
|
migration:
|
|
@printf "This command has been removed. Please use:\n\n mise migration # or mise //:mobile:drift:migration from another directory\n\n" >&2 && exit 1
|
|
|
|
translation:
|
|
@printf "This command has been removed. Please use:\n\n mise translation # or mise //:mobile:codegen:translation from another directory\n\n" >&2 && exit 1
|
|
|
|
analyze:
|
|
@printf "This command has been removed. Please use:\n\n mise analyze # or mise //:mobile:lint from another directory\n\n" >&2 && exit 1
|
|
|
|
format:
|
|
@printf "This command has been removed. Please use:\n\n mise format # or mise //:mobile:format from another directory\n\n" >&2 && exit 1
|
|
|
|
test:
|
|
@printf "This command has been removed. Please use:\n\n mise test # or mise //:mobile:test from another directory\n\n" >&2 && exit 1
|