소스 검색

Fix the NPM publish scope to public

Anthony Lavado 4 년 전
부모
커밋
c9832bb98a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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