浏览代码

Fix NPM command in CI

MrTimscampi 4 年之前
父节点
当前提交
048de2f3b7
共有 1 个文件被更改,包括 2 次插入1 次删除
  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