File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/rtk-query-codegen-openapi Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import { rimraf } from 'rimraf';
6
6
7
7
const exec = promisify ( _exec ) ;
8
8
9
- const cliPath = process . env . CI ? 'rtk-query-codegen-openapi' : `yarn cli` ;
9
+ const cliPath = process . env . TEST_DIST ? 'rtk-query-codegen-openapi' : `yarn cli` ;
10
10
11
11
const cli = async ( args : string [ ] ) => {
12
12
return await exec ( `${ cliPath } ${ args . join ( ' ' ) } ` ) ;
Original file line number Diff line number Diff line change 18
18
"noUnusedLocals" : false ,
19
19
"outDir" : " lib" ,
20
20
"paths" : {
21
- "@rtk-query/codegen-openapi" : [" ./src" ] // @remap-prod-remove-line
21
+ "@rtk-query/codegen-openapi" : [" ./src/index.ts " ] // @remap-prod-remove-line
22
22
},
23
23
"resolveJsonModule" : true ,
24
24
"skipLibCheck" : true ,
You can’t perform that action at this time.
0 commit comments