mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add build step to CI
This commit is contained in:
parent
12f42c81dd
commit
0a3fb64734
1 changed files with 3 additions and 0 deletions
|
@ -27,6 +27,9 @@ jobs:
|
|||
- script: 'yarn install'
|
||||
displayName: 'Install Dependencies'
|
||||
|
||||
- script: 'yarn build'
|
||||
displayName: 'Build'
|
||||
|
||||
- script: 'test -d dist'
|
||||
displayName: 'Check Build'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue