Fix NPM command in CI (cherry picked from commit 8976b22ac4904a70ae2f6d6f193996df17f0c3db) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
@@ -52,7 +52,8 @@ jobs:
- task: Npm@1
displayName: 'Publish stable typescript axios client'
inputs:
- command: publish
+ command: custom
+ customCommand: publish --access public
publishRegistry: useExternalRegistry
publishEndpoint: 'jellyfin-bot for NPM'
workingDir: ./apiclient/generated/typescript/axios