Skip to content

Commit 7cc50b6

Browse files
authored
fix Justfile doesn't install everything necessary to run the test suite (#611)
Fixes #584
1 parent 5718e12 commit 7cc50b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

justfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ install:
7878
@cd python && uv pip install -e ".[dev]"
7979
@cd go && go mod download
8080
@cd dotnet && dotnet restore
81+
@cd test/harness && npm ci --ignore-scripts
8182
@echo "✅ All dependencies installed"
8283

8384
# Run interactive SDK playground

0 commit comments

Comments
 (0)