Files
TUM-Formelsammlungen/.vscode/tasks.json
alexander 79c888f774
All checks were successful
Build Typst PDFs (Docker) / build-typst (push) Successful in 6s
Added a build script
CI Fix: Node not found

Ci Fix
2025-12-14 18:10:47 +01:00

18 lines
415 B
JSON

{
"tasks": [
{
"label": "Compile All",
"type": "shell",
"command": "TYPST_SOURCE_DIR=src BUILD_DIR=output ./compile-all.bash",
"group": {
"kind": "build",
"isDefault": true
},
"problemMatcher": [],
"options": {
"cwd": "${workspaceFolder}"
}
}
]
}