Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion libs/@local/graph/atlas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"doc:dependency-diagram": "cargo run -p hash-repo-chores -- dependency-diagram --output docs/dependency-diagram.mmd --root hash-graph-atlas --root-deps-and-dependents --link-mode non-roots --include-dev-deps --include-build-deps --logging-console-level info",
"fix:clippy": "just clippy --fix",
"lint:clippy": "just clippy",
"start": "cargo run -p hash-graph-atlas --bin hash-graph-atlas --",
"start": "cargo run -p hash-graph-atlas --bin hash-graph-atlas --features cli --",
"test:integration": "cargo nextest run --package hash-graph-atlas --all-features --filterset 'kind(test)'",
"test:miri": "cargo miri test --lib -- ::miri::",
"test:unit": "mise run test:unit @rust/hash-graph-atlas -- --filterset 'not kind(test)'"
Expand Down
Loading