babagreensheep / jellyfin-tizen-docker

206 stars 30 forks source link

Jellyfin web build #10

Closed nathan-cruz77 closed 1 year ago

nathan-cruz77 commented 1 year ago

First of all, thank you for providing this amazing repo. It helped me greatly!

While installing jellyfin-tizen on my TV I noticed Jellyfin Web is no longer being built via the npm ci --no-audit command, or at least not generating the built binaries in /dist. This breaks Jellyfin Tizen's build causing, in my case at least, this problem.

This PR addresses this problem by using npm run build:production to build the web client, which places the build artifacts in /dist, as expected.

I hope this helps other people!

babagreensheep commented 1 year ago

Thanks!!