mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-23 21:47:14 -04:00
Run npm install task
This commit is contained in:
parent
10d48b0623
commit
2a6ea45ee1
1 changed files with 6 additions and 0 deletions
|
@ -28,6 +28,12 @@ jobs:
|
|||
inputs:
|
||||
script: "wget https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/${{ parameters.GeneratorVersion }}/openapi-generator-cli-${{ parameters.GeneratorVersion }}.jar -O openapi-generator-cli.jar"
|
||||
|
||||
- task: Npm@1
|
||||
displayName: 'Install npm dependencies'
|
||||
inputs:
|
||||
command: install
|
||||
workingDir: ./apiclient/generated/typescript/axios
|
||||
|
||||
# Generate npm api client
|
||||
# Unstable
|
||||
- task: CmdLine@2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue