Skip to content

Commit 27d58e4

Browse files
committed
chore: make ci push deleted files
1 parent 7a1838d commit 27d58e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/ci/codegen/pushGeneratedCode.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ Co-authored-by: %an <%ae>
6060
`Pushing code for folders '${FOLDERS_TO_CHECK}' to generated branch: '${branchToPush}'`
6161
);
6262
await run(`git add ${FOLDERS_TO_CHECK}`);
63+
await run('git add `git ls-files --deleted`');
6364
await run(`git commit -m "${commitMessage}"`);
6465
await run(`git push origin ${branchToPush}`);
6566

0 commit comments

Comments
 (0)