Skip to content

Commit

Permalink
chore: make ci push deleted files
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcuts committed Apr 20, 2022
1 parent 7a1838d commit 27d58e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/ci/codegen/pushGeneratedCode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ Co-authored-by: %an <%ae>
`Pushing code for folders '${FOLDERS_TO_CHECK}' to generated branch: '${branchToPush}'`
);
await run(`git add ${FOLDERS_TO_CHECK}`);
await run('git add `git ls-files --deleted`');
await run(`git commit -m "${commitMessage}"`);
await run(`git push origin ${branchToPush}`);

Expand Down

0 comments on commit 27d58e4

Please sign in to comment.