aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrobibero <cody@robibe.ro>2020-10-09 08:43:59 -0600
committercrobibero <cody@robibe.ro>2020-10-09 08:43:59 -0600
commit2a6ea45ee1106a46c9947995d3b4e314ce68c495 (patch)
tree8ff5ec77f233d15e37763b66bcb71b63401c264b
parent10d48b062315581adc4706530bc388d53ff232a4 (diff)
Run npm install task
-rw-r--r--.ci/azure-pipelines-api-client.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.ci/azure-pipelines-api-client.yml b/.ci/azure-pipelines-api-client.yml
index 132101444..8b03b233f 100644
--- a/.ci/azure-pipelines-api-client.yml
+++ b/.ci/azure-pipelines-api-client.yml
@@ -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