From cfa10a1c165ca76a585e343b5c05cc6248c20331 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Tue, 21 Jan 2025 15:11:44 +0100 Subject: [PATCH] ci(azure-pipelines): add debug info contd --- azure-pipelines.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index ac9839bb7..0d60fd1a7 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -126,6 +126,7 @@ jobs: inputs: targetType: inline script: | + make -- frontend/src/env.sass IN_CONTAINER=true IN_CI=true PROJECT_DIR=${PROJECT_DIR} cat .npmrc make -- --compile-frontend IN_CONTAINER=true IN_CI=true PROJECT_DIR=${PROJECT_DIR} - task: Bash@3