2026-05-12 15:21:04 -04:00
.PHONY : build watch create_app_icon create_splash build_release_android pigeon test analyze format migration translation
2024-06-26 15:31:55 -04:00
2022-02-03 10:06:44 -06:00
build :
2026-05-12 15:21:04 -04:00
@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
2025-05-29 21:12:00 +05:30
pigeon :
2026-05-12 15:21:04 -04:00
@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
2023-02-06 01:41:07 -05:00
2022-03-13 22:10:07 -05:00
build_release_android :
2026-05-12 15:21:04 -04:00
@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
2025-04-02 19:28:17 +05:30
2025-06-03 21:31:50 +05:30
migration :
2026-05-12 15:21:04 -04:00
@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
2025-04-15 08:30:01 -05:00
translation :
2026-05-12 15:21:04 -04:00
@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
2025-07-25 17:54:08 +05:30
analyze :
2026-05-12 15:21:04 -04:00
@printf "This command has been removed. Please use:\n\n mise analyze # or mise //:mobile:lint from another directory\n\n" >& 2 && exit 1
2025-07-25 17:54:08 +05:30
format :
2026-05-12 15:21:04 -04:00
@printf "This command has been removed. Please use:\n\n mise format # or mise //:mobile:format from another directory\n\n" >& 2 && exit 1
2025-07-25 17:54:08 +05:30
test :
2026-05-12 15:21:04 -04:00
@printf "This command has been removed. Please use:\n\n mise test # or mise //:mobile:test from another directory\n\n" >& 2 && exit 1