diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 901a74d79..ac9839bb7 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -126,7 +126,7 @@ jobs: inputs: targetType: inline script: | - find . + cat .npmrc make -- --compile-frontend IN_CONTAINER=true IN_CI=true PROJECT_DIR=${PROJECT_DIR} - task: Bash@3 name: frontendTest