Added a build script
All checks were successful
Build Typst PDFs (Docker) / build-typst (push) Successful in 6s

CI Fix: Node not found

Ci Fix
This commit is contained in:
alexander
2025-12-14 16:36:05 +01:00
parent 5a7e4764cc
commit 79c888f774
10 changed files with 9955 additions and 2508 deletions

2
.vscode/tasks.json vendored
View File

@@ -3,7 +3,7 @@
{
"label": "Compile All",
"type": "shell",
"command": "./compile-all.bash",
"command": "TYPST_SOURCE_DIR=src BUILD_DIR=output ./compile-all.bash",
"group": {
"kind": "build",
"isDefault": true