ci(azure-pipelines): try npm login
This commit is contained in:
parent
8532af38a5
commit
47a7fe15fd
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user