1
0
Fork 0
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:
dkanada 2020-03-17 01:02:11 +09:00
parent 88309a9cb4
commit 43d81f5cd9
2 changed files with 2 additions and 5 deletions

View file

@ -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')

View file

@ -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",