Skip to content

Commit 5065b8e

Browse files
committed
chore(ci): add successful log to spreadGeneration
1 parent c6dd9aa commit 5065b8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/ci/codegen/spreadGeneration.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ async function spreadGeneration(): Promise<void> {
8888
cwd: tempGitDir,
8989
});
9090
await run(`git push`, { cwd: tempGitDir });
91+
console.log(`Spread the generation to ${lang} repository.`);
9192
}
9293
}
9394

0 commit comments

Comments
 (0)