update build process in readme
This commit is contained in:
parent
b5a9273a24
commit
be65bdad16
1 changed files with 2 additions and 2 deletions
|
@ -71,11 +71,11 @@ 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 build:development
|
||||||
```
|
```
|
||||||
|
|
||||||
You can build a nginx compatible version as well.
|
You can build a nginx compatible version as well.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
yarn --standalone
|
yarn build:standalone
|
||||||
```
|
```
|
Loading…
Add table
Add a link
Reference in a new issue