ci(azure-pipelines): add PROJECT_DIR to make-call for frontend compile

This commit is contained in:
Sarah Vaupel 2025-01-18 02:30:12 +01:00
parent 999724dc85
commit d02024138f

View File

@ -89,7 +89,7 @@ jobs:
inputs:
targetType: inline
script: |
make -- --compile-frontend IN_CONTAINER=true
make -- --compile-frontend IN_CONTAINER=true PROJECT_DIR=${PROJECT_DIR}
- task: Bash@3
name: frontendTest
displayName: Test frontend