aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMrTimscampi <julien.machiels@protonmail.com>2020-12-05 07:25:41 +0100
committerMrTimscampi <julien.machiels@protonmail.com>2020-12-05 07:25:41 +0100
commit048de2f3b74f1d3bbbbc372987560bdb31b32e95 (patch)
tree64a8bc45988d42a7be51483a2e7a2684a90edde9
parente3a1991fe9a89ec717c7e773b548303c3999f7ea (diff)
Fix NPM command in CI
-rw-r--r--.ci/azure-pipelines-api-client.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.ci/azure-pipelines-api-client.yml b/.ci/azure-pipelines-api-client.yml
index b85932b0c..177f78889 100644
--- a/.ci/azure-pipelines-api-client.yml
+++ b/.ci/azure-pipelines-api-client.yml
@@ -52,7 +52,8 @@ jobs:
- task: Npm@1
displayName: 'Publish stable typescript axios client'
inputs:
- command: publish --access public
+ command: custom
+ customCommand: publish --access public
publishRegistry: useExternalRegistry
publishEndpoint: 'jellyfin-bot for NPM'
workingDir: ./apiclient/generated/typescript/axios