remove standalone build from azure

This commit is contained in:
dkanada 2020-09-12 08:34:08 +09:00
parent cb1d2887fa
commit 5d8fdc311f
3 changed files with 2 additions and 15 deletions

View file

@ -44,7 +44,7 @@ Jellyfin Web is the frontend used for most of the clients available for end user
### Dependencies
- [Node.js](https://nodejs.org/en/download/)
- [Node.js](https://nodejs.org/en/download)
- [Yarn 1.22.4](https://classic.yarnpkg.com/en/docs/install)
- Gulp-cli
@ -69,14 +69,8 @@ Jellyfin Web is the frontend used for most of the clients available for end user
yarn serve
```
4. Build the client with sourcemaps.
4. Build the client with sourcemaps available.
```sh
yarn build:development
```
You can build a nginx compatible version as well.
```sh
yarn build:standalone
```