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 964b61eCopy full SHA for 964b61e
scripts/ci/codegen/pushGeneratedCode.ts
@@ -59,7 +59,7 @@ Co-authored-by: %an <%ae>
59
console.log(
60
`Pushing code for folders '${FOLDERS_TO_CHECK}' to generated branch: '${branchToPush}'`
61
);
62
- await run(`git add ${FOLDERS_TO_CHECK}`);
+ await run(`git add -u ${FOLDERS_TO_CHECK}`);
63
await run(`git commit -m "${commitMessage}"`);
64
await run(`git push origin ${branchToPush}`);
65
0 commit comments