mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update cache and add prepare
This commit is contained in:
parent
88309a9cb4
commit
43d81f5cd9
2 changed files with 2 additions and 5 deletions
|
@ -39,14 +39,11 @@ jobs:
|
|||
displayName: 'Check Cache'
|
||||
inputs:
|
||||
key: 'yarn | yarn.lock'
|
||||
path: '$(Pipeline.Workspace)/node_modules'
|
||||
path: 'node_modules'
|
||||
|
||||
- script: 'yarn install'
|
||||
displayName: 'Install Dependencies'
|
||||
|
||||
- script: 'ls -al $(Pipeline.Workspace)'
|
||||
displayName: 'Output Files'
|
||||
|
||||
- script: 'yarn build'
|
||||
displayName: 'Build Development'
|
||||
condition: eq(variables['BuildConfiguration'], 'development')
|
||||
|
|
|
@ -90,7 +90,7 @@
|
|||
],
|
||||
"scripts": {
|
||||
"serve": "gulp serve",
|
||||
"build": "gulp",
|
||||
"prepare": "gulp --bundle",
|
||||
"build development": "gulp --development",
|
||||
"build bundle": "gulp --bundle",
|
||||
"build standalone": "gulp --standalone",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue