Skip to content

Commit d9d56f7

Browse files
fixed aidbox run preparation in makefile
1 parent 5cba7aa commit d9d56f7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,6 @@ test-csharp-sdk: typecheck format prepare-aidbox-runme
5757
$(LINT)
5858
$(TYPECHECK) --project tsconfig.example-csharp.json
5959
bun run examples/csharp/generate.ts
60-
cd examples/csharp && dotnet restore && dotnet build & dotnet test
60+
cd examples/csharp && dotnet restore
61+
cd examples/csharp && dotnet build
62+
cd examples/csharp && dotnet test

0 commit comments

Comments
 (0)