Fix NPM command in CI

This commit is contained in:
MrTimscampi 2020-12-05 07:25:41 +01:00
parent e3a1991fe9
commit 048de2f3b7
1 changed files with 2 additions and 1 deletions

View File

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