diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2020-12-05 01:31:02 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-05 01:31:02 -0500 |
| commit | 8976b22ac4904a70ae2f6d6f193996df17f0c3db (patch) | |
| tree | 64a8bc45988d42a7be51483a2e7a2684a90edde9 | |
| parent | e3a1991fe9a89ec717c7e773b548303c3999f7ea (diff) | |
| parent | 048de2f3b74f1d3bbbbc372987560bdb31b32e95 (diff) | |
Merge pull request #4669 from MrTimscampi/fix-npm-public
Fix NPM command in CI
| -rw-r--r-- | .ci/azure-pipelines-api-client.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.ci/azure-pipelines-api-client.yml b/.ci/azure-pipelines-api-client.yml index b85932b0c..177f78889 100644 --- a/.ci/azure-pipelines-api-client.yml +++ b/.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 |
