All checks were successful
Build Typst PDFs (Docker) / build-typst (push) Successful in 6s
CI Fix: Node not found Ci Fix
18 lines
415 B
JSON
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}"
|
|
}
|
|
}
|
|
]
|
|
}
|