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 7a1838d commit 27d58e4Copy full SHA for 27d58e4
scripts/ci/codegen/pushGeneratedCode.ts
@@ -60,6 +60,7 @@ Co-authored-by: %an <%ae>
60
`Pushing code for folders '${FOLDERS_TO_CHECK}' to generated branch: '${branchToPush}'`
61
);
62
await run(`git add ${FOLDERS_TO_CHECK}`);
63
+ await run('git add `git ls-files --deleted`');
64
await run(`git commit -m "${commitMessage}"`);
65
await run(`git push origin ${branchToPush}`);
66
0 commit comments