diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2020-12-05 01:31:02 -0500 |
|---|---|---|
| committer | Joshua M. Boniface <joshua@boniface.me> | 2020-12-05 01:36:00 -0500 |
| commit | 2647935b96c838291b15a7d319eaa48b6c8f0f57 (patch) | |
| tree | 0536b19982813626a230b83f23193262d4710571 | |
| parent | 2a4023c6c7a5efcdfeb850eb4fe39bcf714c6501 (diff) | |
Merge pull request #4669 from MrTimscampi/fix-npm-publicv10.7.0-rc1
Fix NPM command in CI
(cherry picked from commit 8976b22ac4904a70ae2f6d6f193996df17f0c3db)
Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
| -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 1c447fd97..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 + command: custom + customCommand: publish --access public publishRegistry: useExternalRegistry publishEndpoint: 'jellyfin-bot for NPM' workingDir: ./apiclient/generated/typescript/axios |
