ci(azure-pipelines): try npm login

This commit is contained in:
Sarah Vaupel 2025-01-20 16:42:33 +01:00
parent 8532af38a5
commit 47a7fe15fd

View File

@ -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