ci(azure-pipelines): try npm login
This commit is contained in:
parent
8532af38a5
commit
47a7fe15fd
@ -99,7 +99,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- checkout: self
|
- checkout: self
|
||||||
- script: |
|
- 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}
|
make -- --dependencies-frontend IN_CONTAINER=true IN_CI=true PROJECT_DIR=${PROJECT_DIR}
|
||||||
name: frontendDependencies
|
name: frontendDependencies
|
||||||
- task: Bash@3
|
- task: Bash@3
|
||||||
|
|||||||
Reference in New Issue
Block a user