Commit the built-output

This commit is contained in:
Jack Jackson 2025-03-01 22:45:37 -08:00
parent 963bd24fe6
commit 89f8bc53fe
7 changed files with 22086 additions and 14 deletions

22098
dist/index.js vendored

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -115,6 +115,8 @@ export async function main(sourceRepo: Repo, targetRepo: Repo, dryRun: boolean)
execSync(`git push`, {
cwd: TARGET_DIR
})
// TODO - it'd be nice - before this `git push` is probably best - to add a `README.md` comment acknowledging
// the sync
}
return