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 481feba commit 228aedaCopy full SHA for 228aeda
scripts/generate-clients/index.js
@@ -66,7 +66,7 @@ const {
66
await copyToClients(CODE_GEN_SDK_OUTPUT_DIR, clientsDir);
67
if (!noProtocolTest) await copyToClients(CODE_GEN_PROTOCOL_TESTS_OUTPUT_DIR, PROTOCOL_TESTS_CLIENTS_DIR);
68
69
- // emptyDirSync(CODE_GEN_SDK_OUTPUT_DIR);
+ emptyDirSync(CODE_GEN_SDK_OUTPUT_DIR);
70
if (!noProtocolTest) emptyDirSync(CODE_GEN_PROTOCOL_TESTS_OUTPUT_DIR);
71
emptyDirSync(TEMP_CODE_GEN_INPUT_DIR);
72
0 commit comments