mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Fix NPM command in CI
This commit is contained in:
parent
e3a1991fe9
commit
048de2f3b7
@ -52,7 +52,8 @@ jobs:
|
|||||||
- task: Npm@1
|
- task: Npm@1
|
||||||
displayName: 'Publish stable typescript axios client'
|
displayName: 'Publish stable typescript axios client'
|
||||||
inputs:
|
inputs:
|
||||||
command: publish --access public
|
command: custom
|
||||||
|
customCommand: publish --access public
|
||||||
publishRegistry: useExternalRegistry
|
publishRegistry: useExternalRegistry
|
||||||
publishEndpoint: 'jellyfin-bot for NPM'
|
publishEndpoint: 'jellyfin-bot for NPM'
|
||||||
workingDir: ./apiclient/generated/typescript/axios
|
workingDir: ./apiclient/generated/typescript/axios
|
||||||
|
Loading…
x
Reference in New Issue
Block a user