Browse Source

Fix the NPM publish scope to public

Anthony Lavado 4 năm trước cách đây
mục cha
commit
c9832bb98a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .ci/azure-pipelines-api-client.yml

+ 1 - 1
.ci/azure-pipelines-api-client.yml

@@ -52,7 +52,7 @@ jobs:
     - task: Npm@1
       displayName: 'Publish stable typescript axios client'
       inputs:
-        command: publish
+        command: publish --access public
         publishRegistry: useExternalRegistry
         publishEndpoint: 'jellyfin-bot for NPM'
         workingDir: ./apiclient/generated/typescript/axios