Skip to content

Commit 964b61e

Browse files
committed
chore: make ci push deleted files
1 parent 7a1838d commit 964b61e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/codegen/pushGeneratedCode.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Co-authored-by: %an <%ae>
5959
console.log(
6060
`Pushing code for folders '${FOLDERS_TO_CHECK}' to generated branch: '${branchToPush}'`
6161
);
62-
await run(`git add ${FOLDERS_TO_CHECK}`);
62+
await run(`git add -u ${FOLDERS_TO_CHECK}`);
6363
await run(`git commit -m "${commitMessage}"`);
6464
await run(`git push origin ${branchToPush}`);
6565

0 commit comments

Comments
 (0)