mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
chore: move sdk to packages (#28350)
This commit is contained in:
parent
b4f719653f
commit
7837d40f57
24 changed files with 37 additions and 44 deletions
|
|
@ -42,11 +42,11 @@ pin = true
|
|||
|
||||
# SDK tasks
|
||||
[tasks."sdk:install"]
|
||||
dir = "open-api/typescript-sdk"
|
||||
dir = "packages/sdk"
|
||||
run = "pnpm install --filter @immich/sdk --frozen-lockfile"
|
||||
|
||||
[tasks."sdk:build"]
|
||||
dir = "open-api/typescript-sdk"
|
||||
dir = "packages/sdk"
|
||||
run = "pnpm run build"
|
||||
|
||||
# i18n tasks
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue