diff options
| author | Anthony Lavado <anthony@lavado.ca> | 2020-12-04 22:36:11 -0500 |
|---|---|---|
| committer | Anthony Lavado <anthony@lavado.ca> | 2020-12-04 22:36:11 -0500 |
| commit | c9832bb98afc24ac94f069405b9c3f9bac34d003 (patch) | |
| tree | 9448a496ca8e8b7e954759e554456b7518331362 | |
| parent | 8b55ff2e6e32c75c183aed8bed2a9d650097f42e (diff) | |
Fix the NPM publish scope to public
| -rw-r--r-- | .ci/azure-pipelines-api-client.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/azure-pipelines-api-client.yml b/.ci/azure-pipelines-api-client.yml index 1c447fd97..b85932b0c 100644 --- a/.ci/azure-pipelines-api-client.yml +++ b/.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 |
