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

View file

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