Merge pull request #132 from dmitrylyzo/fix-readme

Update build command (no auto build)
This commit is contained in:
Dmitry Lyzo 2022-08-26 12:44:29 +03:00 committed by GitHub
commit c5dbb50dc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,8 @@ _Also look [Wiki](https://github.com/jellyfin/jellyfin-tizen/wiki)._
```sh
cd jellyfin-web
npm ci --no-audit
SKIP_PREPARE=1 npm ci --no-audit
npm run build:production
```
<details>
<summary><i>For 10.7 and lower</i></summary>
@ -44,6 +45,10 @@ yarn install --frozen-lockfile
> You should get `jellyfin-web/dist/` directory.
> `SKIP_PREPARE=1` can be omitted for 10.9+.
> Use `npm run build:development` if you want to debug the app.
If any changes are made to `jellyfin-web/`, the `jellyfin-web/dist/` directory will need to be rebuilt using the command above.
### Prepare Interface