refactor(sync-translated-content): move from /build to /tool
Summary
Moves build/sync-translated-content.ts to tool/sync-translated-content.ts, because it is only used by tool/cli.ts.
Screenshots
n/a
How did you test this change?
Ran yarn tool sync-translated-content locally.
This pull request has merge conflicts that must be resolved before it can be merged.
Would this have an impact on https://github.com/mdn/translated-content/blob/main/.github/workflows/sync-translated-content.yml
Would this have an impact on https://github.com/mdn/translated-content/blob/main/.github/workflows/sync-translated-content.yml
No, because that workflow runs yarn content which is essentially an alias for yari-tool as defined as a binary here:
https://github.com/mdn/yari/blob/b340b9afcdf7dc1b95db05ce6c46f3c46afda639/package.json#L11
This pull request has merge conflicts that must be resolved before it can be merged.