diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 327786a8e..1e6fc20ba 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -101,7 +101,7 @@ jobs: targetType: inline script: | make -- frontend/src/env.sass IN_CONTAINER=true IN_CI=true PROJECT_DIR=${PROJECT_DIR} - cat .npmrc + cat frontend/src/env.sass make -- --compile-frontend IN_CONTAINER=true IN_CI=true PROJECT_DIR=${PROJECT_DIR} - task: Bash@3 name: frontendTest