[PR #6561] [MERGED] fix(web): auto generate open api build #11233

Closed
opened 2026-02-05 14:35:50 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/6561
Author: @jrasm91
Created: 1/22/2024
Status: Merged
Merged: 1/22/2024
Merged by: @alextran1502

Base: mainHead: fix/autogen-openapi-build


📝 Commits (2)

  • 1803769 fix: autogen typescript-sdk/build
  • 3998001 chore: refactor script

📊 Changes

4 files changed (+17 additions, -8 deletions)

View changed files

📝 docker/docker-compose.dev.yml (+2 -3)
📝 docs/docs/developer/setup.md (+2 -4)
📝 web/Dockerfile (+0 -1)
web/bin/immich-web (+13 -0)

📄 Description

Automatically run npm ci and npm run build in the typescript-sdk folder when building the web docker image for development.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/immich-app/immich/pull/6561 **Author:** [@jrasm91](https://github.com/jrasm91) **Created:** 1/22/2024 **Status:** ✅ Merged **Merged:** 1/22/2024 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `fix/autogen-openapi-build` --- ### 📝 Commits (2) - [`1803769`](https://github.com/immich-app/immich/commit/1803769bc2b462eaf56a81e1e68d58005cc85faf) fix: autogen typescript-sdk/build - [`3998001`](https://github.com/immich-app/immich/commit/399800177d34d711672b1951f412b8e1ae04913a) chore: refactor script ### 📊 Changes **4 files changed** (+17 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `docker/docker-compose.dev.yml` (+2 -3) 📝 `docs/docs/developer/setup.md` (+2 -4) 📝 `web/Dockerfile` (+0 -1) ➕ `web/bin/immich-web` (+13 -0) </details> ### 📄 Description Automatically run `npm ci` and `npm run build` in the typescript-sdk folder when building the web docker image for development. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 14:35:50 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#11233