Skip to content

Commit 936e698

Browse files
Also include compiler stats (#654)
1 parent 994e843 commit 936e698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/Invoke-CodeGen.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ try {
279279
}
280280

281281
Set-Location $specificationFolderPath
282-
Invoke-ScriptWithLogging { npx tsp compile . --trace @typespec/http-client-csharp }
282+
Invoke-ScriptWithLogging { npx tsp compile . --stats --trace @typespec/http-client-csharp }
283283
}
284284
finally {
285285
Pop-Location

0 commit comments

Comments
 (0)