We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b593d6a commit 5167996Copy full SHA for 5167996
packages/rtk-query-codegen-openapi/test/cli.test.ts
@@ -6,7 +6,7 @@ import { rimraf } from 'rimraf';
6
7
const exec = promisify(_exec);
8
9
-const cliPath = process.env.CI ? 'rtk-query-codegen-openapi' : `yarn cli`;
+const cliPath = process.env.TEST_DIST ? 'rtk-query-codegen-openapi' : `yarn cli`;
10
11
const cli = async (args: string[]) => {
12
return await exec(`${cliPath} ${args.join(' ')}`);
0 commit comments