fix: dev container properly builds @immich/plugin-sdk for import (#28620)

Co-authored-by: Spencer Stingley <accounts@blankcanvas.io>
pull/28650/head
Spencer Stingley 2026-05-27 09:41:35 -07:00 committed by GitHub
parent 8d5d12b108
commit 1a837a28ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ log "Preparing Immich Web Frontend"
log ""
run_cmd pnpm --filter @immich/sdk install
run_cmd pnpm --filter @immich/sdk build
run_cmd pnpm --filter @immich/plugin-sdk install
run_cmd pnpm --filter @immich/plugin-sdk build
run_cmd pnpm --filter immich-web install
log "Starting Immich Web Frontend"