Skip to content

Commit 109e340

Browse files
committed
chore(codegen): generate nested clients only if no glob provided
1 parent 2b34613 commit 109e340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate-clients/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ const {
144144

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

147-
if (!protocolTestsOnly) {
147+
if (!protocolTestsOnly && !globs) {
148148
await generateNestedClients();
149149
}
150150

0 commit comments

Comments
 (0)