mirror of
https://github.com/immich-app/immich.git
synced 2026-05-21 07:06:31 -04:00
3d075f2bf8
feat: plugins chore: better types feat: plugins
7 lines
168 B
TOML
7 lines
168 B
TOML
[tasks.install]
|
|
run = "pnpm install --frozen-lockfile"
|
|
|
|
[tasks.build]
|
|
depends = ["install"]
|
|
run = "pnpm --filter @immich/plugin-sdk --filter @immich/plugin-core build"
|