From 2123ea173739b307cba9d01a47ead393c431bc25 Mon Sep 17 00:00:00 2001 From: Karl Ludwig Weise Date: Mon, 28 Jul 2025 20:22:33 +0200 Subject: [PATCH] Test pr-checks with npm run prepare --- .github/workflows/pr-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index ba1bcfe..c341f91 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -23,7 +23,7 @@ jobs: run: npm ci - name: Run type checking - run: npm run check + run: npm run prepare && npm run check - name: Run linting run: npm run lint