Skip to content

Commit 656ad6c

Browse files
committed
chore: create constant for CODE_GEN_GENERIC_CLIENT_OUTPUT_DIR
1 parent 6b7e8b1 commit 656ad6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/generate-clients/code-gen-dir.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ const TEMP_CODE_GEN_INPUT_DIR = normalize(join(__dirname, ".aws-models"));
1212
const getCodeGenOutputDir = (dir) =>
1313
normalize(join(__dirname, "..", "..", "codegen", dir, "build", "smithyprojections", dir));
1414
const CODE_GEN_PROTOCOL_TESTS_OUTPUT_DIR = getCodeGenOutputDir("protocol-test-codegen");
15+
const CODE_GEN_GENERIC_CLIENT_OUTPUT_DIR = getCodeGenOutputDir("generic-client-test-codegen");
1516
const CODE_GEN_SDK_OUTPUT_DIR = getCodeGenOutputDir("sdk-codegen");
1617

1718
module.exports = {
@@ -20,5 +21,6 @@ module.exports = {
2021
CODE_GEN_PROTOCOL_TESTS_ROOT,
2122
CODE_GEN_SDK_OUTPUT_DIR,
2223
CODE_GEN_PROTOCOL_TESTS_OUTPUT_DIR,
24+
CODE_GEN_GENERIC_CLIENT_OUTPUT_DIR,
2325
TEMP_CODE_GEN_INPUT_DIR,
2426
};

0 commit comments

Comments
 (0)