mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update display name for production build
This commit is contained in:
parent
1b69bad510
commit
76834f5074
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ jobs:
|
||||||
condition: eq(variables['BuildConfiguration'], 'development')
|
condition: eq(variables['BuildConfiguration'], 'development')
|
||||||
|
|
||||||
- script: 'yarn build:production'
|
- script: 'yarn build:production'
|
||||||
displayName: 'Build Bundle'
|
displayName: 'Build Production'
|
||||||
condition: eq(variables['BuildConfiguration'], 'production')
|
condition: eq(variables['BuildConfiguration'], 'production')
|
||||||
|
|
||||||
- script: 'test -d dist'
|
- script: 'test -d dist'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue