mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #2631] [MERGED] Fix Client Build Scripts #9171
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:fix-client-build-scripts📝 Commits (3)
6894602Use 'yarn build:production' instead of 'yarn:build' everywhere887e9c2Remove unnecessary execution ofyarn build:production589958dAdd 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 installon its own instead ofyarn:buildin 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.