Skip to content

Commit e081468

Browse files
committed
don't create sample code by default
1 parent 53a812d commit e081468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ if (OpenAPI) {
4040
useOptions: params.useOptions,
4141
useUnionTypes: params.useUnionTypes,
4242
exportCore: JSON.parse(params.exportCore) === true,
43-
exportSamples: JSON.parse(params.exportSamples) === true,
43+
exportSamples: JSON.parse(params.exportSamples) === false,
4444
exportServices: JSON.parse(params.exportServices) === true,
4545
exportModels: JSON.parse(params.exportModels) === true,
4646
exportSchemas: JSON.parse(params.exportSchemas) === true,

0 commit comments

Comments
 (0)