From 9edf8608767b74c908887d813c9a5b2ece7d00de Mon Sep 17 00:00:00 2001 From: Jake Bailey <5341706+jakebailey@users.noreply.github.com> Date: Thu, 3 Sep 2026 09:54:15 -0700 Subject: [PATCH] Fix TypeScript baseline acceptance in CI --- .github/workflows/test_typescript.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_typescript.yml b/.github/workflows/test_typescript.yml index 3fa39cc3c..b0d8b259a 100644 --- a/.github/workflows/test_typescript.yml +++ b/.github/workflows/test_typescript.yml @@ -39,7 +39,7 @@ jobs: # Run TypeScript's tests with the new DOM libs, but don't fail npm test || true - gulp baseline-accept + npx hereby baseline-accept # The git diff now is the difference between tests git diff > baseline-changes.diff