Skip to content

Commit

Permalink
Merge pull request #95 from andrewisen-tikab/feature
Browse files Browse the repository at this point in the history
Update `graphs`
  • Loading branch information
andrewisen-tikab authored Oct 9, 2023
2 parents 6ed198f + 7ce46dd commit a5a270f
Show file tree
Hide file tree
Showing 4 changed files with 1,524 additions and 717 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"ts": "tsc",
"docs": "typedoc",
"version": "node setVersion.cjs",
"cruise": "yarn cruise:1 && yarn cruise:2",
"cruise": "yarn cruise:1 && yarn cruise:2 && yarn cruise:3",
"cruise:1": "npx depcruise src --include-only '^src' --config --collapse 2 --output-type dot | dot -T svg > ./resources/dependency-graph-01.svg",
"cruise:2": "npx depcruise src --include-only '^src' --config --collapse 3 --output-type dot | dot -T svg > ./resources/dependency-graph-02.svg",
"cruise:3": "npx depcruise src --include-only '^src' --config --collapse 4 --output-type dot | dot -T svg > ./resources/dependency-graph-03.svg",
Expand Down
Loading

0 comments on commit a5a270f

Please sign in to comment.