From 048de2f3b74f1d3bbbbc372987560bdb31b32e95 Mon Sep 17 00:00:00 2001 From: MrTimscampi Date: Sat, 5 Dec 2020 07:25:41 +0100 Subject: [PATCH] Fix NPM command in CI --- .ci/azure-pipelines-api-client.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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