Skip to content

Commit 4be9952

Browse files
authoredJan 16, 2025··
chore(codegen): generate nested clients only if no glob provided (#6813)
* chore(codegen): sync nested clients * chore(codegen): generate nested clients only if no glob provided
1 parent b406e80 commit 4be9952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎scripts/generate-clients/index.js

+1-1
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)
Please sign in to comment.