From a6892dcba5626e5de9004e1e6a4b59cae314ea02 Mon Sep 17 00:00:00 2001 From: "Michael B. Gale" Date: Sun, 1 Mar 2026 15:56:48 +0000 Subject: [PATCH] Use `sync_back.ts` in `rebuild` workflow --- .github/workflows/rebuild.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rebuild.yml b/.github/workflows/rebuild.yml index fcf6affd0..3e06e5d68 100644 --- a/.github/workflows/rebuild.yml +++ b/.github/workflows/rebuild.yml @@ -83,7 +83,8 @@ jobs: if: startsWith(env.HEAD_REF, 'dependabot/') working-directory: pr-checks run: | - python3 sync_back.py -v + npm ci + npx tsx sync_back.ts --verbose - name: Generate workflows working-directory: pr-checks