mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
more readme changes
This commit is contained in:
parent
9767ecb474
commit
2ecba9cd14
2 changed files with 5 additions and 5 deletions
|
@ -42,7 +42,7 @@ jobs:
|
||||||
displayName: 'Cache Dependencies'
|
displayName: 'Cache Dependencies'
|
||||||
inputs:
|
inputs:
|
||||||
key: 'yarn | yarn.lock'
|
key: 'yarn | yarn.lock'
|
||||||
path: '$(Pipeline.Workspace)/.node_modules'
|
path: '$(Pipeline.Workspace)/node_modules'
|
||||||
|
|
||||||
- script: 'yarn build'
|
- script: 'yarn build'
|
||||||
displayName: 'Build Development'
|
displayName: 'Build Development'
|
||||||
|
|
|
@ -70,12 +70,12 @@ Jellyfin Web is the frontend used for most of the clients available for end user
|
||||||
|
|
||||||
4. Build the client with sourcemaps.
|
4. Build the client with sourcemaps.
|
||||||
|
|
||||||
'''sh
|
```sh
|
||||||
yarn
|
yarn
|
||||||
'''
|
```
|
||||||
|
|
||||||
You can build a nginx compatible version as well.
|
You can build a nginx compatible version as well.
|
||||||
|
|
||||||
'''sh
|
```sh
|
||||||
yarn --standalone
|
yarn --standalone
|
||||||
'''
|
```
|
Loading…
Add table
Add a link
Reference in a new issue