chore: adding summary

This commit is contained in:
2026-04-08 20:27:27 +02:00
parent 392f9b1549
commit cc823ec63c
4 changed files with 154 additions and 1 deletions

View File

@@ -44,6 +44,23 @@
"command": "bash scripts/nx_paper.sh build-arxiv",
"cwd": "."
}
},
"build-summary": {
"executor": "nx:run-commands",
"outputs": [
"{projectRoot}/build/summary.pdf"
],
"options": {
"command": "bash scripts/nx_paper.sh build-summary",
"cwd": "."
}
},
"watch-summary": {
"executor": "nx:run-commands",
"options": {
"command": "bash scripts/nx_paper.sh watch-summary",
"cwd": "."
}
}
},
"tags": [