diff --git a/libs/@local/graph/atlas/package.json b/libs/@local/graph/atlas/package.json index b4b40a3e03d..7fcaea5f901 100644 --- a/libs/@local/graph/atlas/package.json +++ b/libs/@local/graph/atlas/package.json @@ -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)'"