mirror of
https://github.com/velocitatem/PHANTOM.git
synced 2026-05-31 08:33:36 +00:00
chore: adding summary
This commit is contained in:
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user