[PR #2631] [MERGED] Fix Client Build Scripts #9171

Closed
opened 2026-02-07 05:57:26 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/2631
Author: @mark-monteiro
Created: 3/20/2020
Status: Merged
Merged: 3/21/2020
Merged by: @dkanada

Base: masterHead: fix-client-build-scripts


📝 Commits (3)

  • 6894602 Use 'yarn build:production' instead of 'yarn:build' everywhere
  • 887e9c2 Remove unnecessary execution of yarn build:production
  • 589958d Add missing trailing slashes

📊 Changes

5 files changed (+3 additions, -6 deletions)

View changed files

📝 .ci/azure-pipelines-main.yml (+1 -1)
📝 .ci/azure-pipelines-windows.yml (+1 -1)
📝 Dockerfile (+0 -1)
📝 Dockerfile.arm (+0 -1)
📝 Dockerfile.arm64 (+1 -2)

📄 Description

Use yarn install on its own instead of yarn:build in Azure build scripts and Docker files.

This brings the build scripts up to date with changes made in jellyfin-web: https://github.com/jellyfin/jellyfin-web/pull/953/files


🔄 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/jellyfin/jellyfin/pull/2631 **Author:** [@mark-monteiro](https://github.com/mark-monteiro) **Created:** 3/20/2020 **Status:** ✅ Merged **Merged:** 3/21/2020 **Merged by:** [@dkanada](https://github.com/dkanada) **Base:** `master` ← **Head:** `fix-client-build-scripts` --- ### 📝 Commits (3) - [`6894602`](https://github.com/jellyfin/jellyfin/commit/6894602dab70f7b9072fff1fd6d18fd55d1421ec) Use 'yarn build:production' instead of 'yarn:build' everywhere - [`887e9c2`](https://github.com/jellyfin/jellyfin/commit/887e9c2020f0dee71d24a4464df70e620f6cc805) Remove unnecessary execution of `yarn build:production` - [`589958d`](https://github.com/jellyfin/jellyfin/commit/589958d13f53d6a7153b177d633f173859f1c24d) Add missing trailing slashes ### 📊 Changes **5 files changed** (+3 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `.ci/azure-pipelines-main.yml` (+1 -1) 📝 `.ci/azure-pipelines-windows.yml` (+1 -1) 📝 `Dockerfile` (+0 -1) 📝 `Dockerfile.arm` (+0 -1) 📝 `Dockerfile.arm64` (+1 -2) </details> ### 📄 Description Use `yarn install` on its own instead of `yarn:build` in Azure build scripts and Docker files. This brings the build scripts up to date with changes made in jellyfin-web: https://github.com/jellyfin/jellyfin-web/pull/953/files --- <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-07 05:57:26 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9171