[PR #6986] [MERGED] fix(cli): Run npm ci in sdk folder before deploying to npm #11428

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

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/6986
Author: @etnoy
Created: 2/9/2024
Status: Merged
Merged: 2/12/2024
Merged by: @etnoy

Base: mainHead: fix/cli-bin-path


📝 Commits (9)

📊 Changes

2 files changed (+18 additions, -10 deletions)

View changed files

📝 .github/workflows/cli.yml (+15 -7)
📝 cli/package.json (+3 -3)

📄 Description

  • Run npm ci and build in sdk before publishing cli
  • Bump cli version

🔄 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/6986 **Author:** [@etnoy](https://github.com/etnoy) **Created:** 2/9/2024 **Status:** ✅ Merged **Merged:** 2/12/2024 **Merged by:** [@etnoy](https://github.com/etnoy) **Base:** `main` ← **Head:** `fix/cli-bin-path` --- ### 📝 Commits (9) - [`aa143c4`](https://github.com/immich-app/immich/commit/aa143c4c947a2e1c5a0ee1250729ddaa21d1486a) fix cli path - [`e2a6db4`](https://github.com/immich-app/immich/commit/e2a6db464230bc6ed00c5142f29533ab8d4620ae) run npm ci in sdk folder - [`2144715`](https://github.com/immich-app/immich/commit/2144715fe2064d8e7a50cc681ae6cbe84d428bf1) version bump - [`840e2e6`](https://github.com/immich-app/immich/commit/840e2e631f1a1cfc3eff5a884cbe4036bd5bea86) build sdk before publishing cli - [`2c234c5`](https://github.com/immich-app/immich/commit/2c234c5879496bc7f560fe7cbd50588ad0f1a157) dry run publish - [`cbc8473`](https://github.com/immich-app/immich/commit/cbc8473944ae62e4f614b0df74c64cf1bab2d0f8) build cli - [`2652bae`](https://github.com/immich-app/immich/commit/2652bae7255ede7f5b7544f306ab74b2de425f86) fix(ci): Push CLI latest tag - [`0498330`](https://github.com/immich-app/immich/commit/04983307015aceda795d543f6175cc47d292f511) Merge branch 'fix/cli-bin-path' of https://github.com/immich-app/immich into fix/cli-bin-path - [`df34873`](https://github.com/immich-app/immich/commit/df348733a82b3ca329ffa753bd79b233753bc28d) remove dry run flag ### 📊 Changes **2 files changed** (+18 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/cli.yml` (+15 -7) 📝 `cli/package.json` (+3 -3) </details> ### 📄 Description * Run npm ci and build in sdk before publishing cli * Bump cli version --- <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:39:22 +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#11428