From 315e668ff624f3af62970b80468be2552f8e8aaa Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Tue, 21 Jan 2025 15:05:11 +0100 Subject: [PATCH] ci(azure-pipelines): tweak debug info --- azure-pipelines.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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