Skip to content

Commit

Permalink
chore(codegen): generate nested clients only if no glob provided (#6813)
Browse files Browse the repository at this point in the history
* chore(codegen): sync nested clients

* chore(codegen): generate nested clients only if no glob provided
  • Loading branch information
kuhe authored Jan 16, 2025
1 parent b406e80 commit 4be9952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-clients/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ const {

require("./customizations/workspaces-thin-client")();

if (!protocolTestsOnly) {
if (!protocolTestsOnly && !globs) {
await generateNestedClients();
}

Expand Down

0 comments on commit 4be9952

Please sign in to comment.