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'
|
displayName: 'Check Cache'
|
||||||
inputs:
|
inputs:
|
||||||
key: 'yarn | yarn.lock'
|
key: 'yarn | yarn.lock'
|
||||||
path: '$(Pipeline.Workspace)/node_modules'
|
path: 'node_modules'
|
||||||
|
|
||||||
- script: 'yarn install'
|
- script: 'yarn install'
|
||||||
displayName: 'Install Dependencies'
|
displayName: 'Install Dependencies'
|
||||||
|
|
||||||
- script: 'ls -al $(Pipeline.Workspace)'
|
|
||||||
displayName: 'Output Files'
|
|
||||||
|
|
||||||
- script: 'yarn build'
|
- script: 'yarn build'
|
||||||
displayName: 'Build Development'
|
displayName: 'Build Development'
|
||||||
condition: eq(variables['BuildConfiguration'], 'development')
|
condition: eq(variables['BuildConfiguration'], 'development')
|
||||||
|
|
|
@ -90,7 +90,7 @@
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"serve": "gulp serve",
|
"serve": "gulp serve",
|
||||||
"build": "gulp",
|
"prepare": "gulp --bundle",
|
||||||
"build development": "gulp --development",
|
"build development": "gulp --development",
|
||||||
"build bundle": "gulp --bundle",
|
"build bundle": "gulp --bundle",
|
||||||
"build standalone": "gulp --standalone",
|
"build standalone": "gulp --standalone",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue