Skip to content

Commit 47cfbd8

Browse files
committed
add link to interactive graph
1 parent 4c9bc1d commit 47cfbd8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ There is also an `app` directory, which contains a few apps that use the parsers
2020

2121
See below for more info.
2222

23-
# Graph
23+
# Dependency Graph
2424

25+
[View an interactive dependency graph here](https://trialanderrororg.github.io/parsers/https://trialanderrororg.github.io/parsers/)
2526
![Graph of this monorepo](./graph.png 'Graph of this monorepo')
2627

2728
# Overview

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +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",
9+
"generate-graph": "mkdir -p graph && nx graph --file=graph/index.html --groupByFolder",
1010
"test": "NODE_OPTIONS=--experimental-vm-modules nx run-many --target=test --all",
1111
"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",
1212
"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)