Skip to content

Commit fc6ae04

Browse files
committed
Generate prettier fix
1 parent d61d859 commit fc6ae04

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@povio/openapi-codegen-cli",
3-
"version": "0.15.2",
3+
"version": "0.15.3",
44
"main": "./dist/index.js",
55
"bin": {
66
"openapi-codegen": "./dist/sh.js"

src/commands/generate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export async function generate({ monorepo, prettier, verbose, ...params }: Gener
7777
}
7878

7979
if (prettier) {
80-
execPrettier({ output: params.output, verbose });
80+
execPrettier({ output: config.output, verbose });
8181
}
8282
}
8383

0 commit comments

Comments
 (0)