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'
|
||||
inputs:
|
||||
key: 'yarn | yarn.lock'
|
||||
path: '$(Pipeline.Workspace)/.node_modules'
|
||||
path: '$(Pipeline.Workspace)/node_modules'
|
||||
|
||||
- script: 'yarn build'
|
||||
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.
|
||||
|
||||
'''sh
|
||||
```sh
|
||||
yarn
|
||||
'''
|
||||
```
|
||||
|
||||
You can build a nginx compatible version as well.
|
||||
|
||||
'''sh
|
||||
```sh
|
||||
yarn --standalone
|
||||
'''
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue