Skip to content

Commit 562982e

Browse files
fix: fix glob to include correct extensions
1 parent 6605e11 commit 562982e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/fastify-schema-to-typescript.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ program
2525
.option(
2626
"-g, --glob <value>",
2727
"glob matching JSON schema to convert",
28-
"src/**/schema.(json|yaml|yml)"
28+
"src/**/schema.{json,yaml,yml}"
2929
)
3030
.option(
3131
"-p, --prefix <value>",

0 commit comments

Comments
 (0)