Skip to content

Commit

Permalink
Remove additional options
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Broadbent committed Dec 7, 2023
1 parent a503699 commit 3b25a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"validate": "redocly lint internal --lint-config error",
"bundle:public": "redocly bundle public -o src/config/openapi-public.bundle.json",
"bundle:internal": "redocly bundle internal -o src/config/openapi-internal.bundle.json",
"generate": "openapi-typescript src/config/openapi-internal.bundle.json -c redocly.yaml -o ./src/types/generated/openapi-schema.ts --immutable --alphabetize --path-params-as-types"
"generate": "openapi-typescript src/config/openapi-internal.bundle.json -o ./src/types/generated/openapi-schema.ts"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 3b25a34

Please sign in to comment.