updating computation power graph

This commit is contained in:
2026-03-08 14:22:54 +01:00
parent 17c128cbc0
commit 28dbcacd95
6 changed files with 142 additions and 114 deletions

View File

@@ -10,21 +10,28 @@
"{projectRoot}/build"
],
"options": {
"command": "make pdf.build",
"command": "bash scripts/nx_paper.sh build",
"cwd": "."
}
},
"watch": {
"executor": "nx:run-commands",
"options": {
"command": "make pdf.watch",
"command": "bash scripts/nx_paper.sh watch",
"cwd": "."
}
},
"clean": {
"executor": "nx:run-commands",
"options": {
"command": "make pdf.clean",
"command": "bash scripts/nx_paper.sh clean",
"cwd": "."
}
},
"wordcount": {
"executor": "nx:run-commands",
"options": {
"command": "bash scripts/nx_paper.sh wordcount",
"cwd": "."
}
}