Merge pull request #4669 from MrTimscampi/fix-npm-public

Fix NPM command in CI
This commit is contained in:
Joshua M. Boniface 2020-12-05 01:31:02 -05:00 committed by GitHub
commit 8976b22ac4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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