chore: migrate mobile makefile to mise (#28390)

This commit is contained in:
Jason Rasmussen 2026-05-12 15:21:04 -04:00 committed by GitHub
parent f632d320f5
commit 58beac8fe0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 101 additions and 192 deletions

View file

@ -69,17 +69,15 @@ run = "node ./dist/bin/sync-sql.js"
# SDK tasks
[tasks."sdk:install"]
dir = "packages/sdk"
run = "pnpm install --filter @immich/sdk --frozen-lockfile"
run = "pnpm --filter @immich/sdk install --frozen-lockfile"
[tasks."sdk:build"]
dir = "packages/sdk"
run = "pnpm run build"
run = "pnpm build"
# i18n tasks
[tasks."i18n:format"]
dir = "i18n"
run = "pnpm run format"
run = "pnpm format"
[tasks."i18n:format-fix"]
dir = "i18n"
run = "pnpm run format:fix"
run = "pnpm format:fix"