mirror of
https://github.com/jellyfin/jellyfin-tizen.git
synced 2024-11-23 05:49:52 +00:00
Merge pull request #132 from dmitrylyzo/fix-readme
Update build command (no auto build)
This commit is contained in:
commit
c5dbb50dc8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user