We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5718e12 commit 7cc50b6Copy full SHA for 7cc50b6
1 file changed
justfile
@@ -78,6 +78,7 @@ install:
78
@cd python && uv pip install -e ".[dev]"
79
@cd go && go mod download
80
@cd dotnet && dotnet restore
81
+ @cd test/harness && npm ci --ignore-scripts
82
@echo "✅ All dependencies installed"
83
84
# Run interactive SDK playground
0 commit comments