From 47a7fe15fd86839f74f7d0a82d723eac13c1f6e0 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Mon, 20 Jan 2025 16:42:33 +0100 Subject: [PATCH] ci(azure-pipelines): try npm login --- azure-pipelines.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 0fed240d0..97bab4ba0 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -99,7 +99,8 @@ jobs: steps: - checkout: self - script: | - echo 'registry=https://pkgs.dev.azure.com/fraport/_packaging/packages/npm/registry/' > .npmrc + printf 'registry=https://pkgs.dev.azure.com/fraport/_packaging/packages/npm/registry/\n\nalways-auth=true' > .npmrc + npm login make -- --dependencies-frontend IN_CONTAINER=true IN_CI=true PROJECT_DIR=${PROJECT_DIR} name: frontendDependencies - task: Bash@3