Explorar el Código

Fix NPM command in CI

MrTimscampi hace 4 años
padre
commit
048de2f3b7
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      .ci/azure-pipelines-api-client.yml

+ 2 - 1
.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