Skip to content

Commit 4c9bc1d

Browse files
committed
actually add graph generating script lmao
1 parent 7a5e725 commit 4c9bc1d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,3 +354,4 @@ thebiggestfile.ts
354354

355355
.env
356356
.env.*
357+
graph

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"start": "nx serve",
77
"build": "nx run-many --target=build --all --prod",
88
"build-dev": "nx run-many --target=build --all",
9+
"generate-graph": "mkdir -p graph && nx graph --file=graph/index.html",
910
"test": "NODE_OPTIONS=--experimental-vm-modules nx run-many --target=test --all",
1011
"clean-libs": "echo 'for i in libs/relatex/* libs/rejour/* \\n do \\n rm -f $i/yarn.lock && rm -rf $i/node_modules && yarn --cwd $i \\n done' | bash",
1112
"install-node": "echo 'for i in libs/relatex/* libs/rejour/* \\n do \\n rm -rf $i/node_modules && yarn --cwd $i \\n done' | bash",

0 commit comments

Comments
 (0)