From e6553453927834b13ac8a4e76c7d57c93fda8a39 Mon Sep 17 00:00:00 2001 From: Ab C <219340+abdala@users.noreply.github.com> Date: Mon, 18 Nov 2024 15:31:20 +0100 Subject: [PATCH] Temporarily build type-guard first --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7fdf4b8..22c2869 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -25,5 +25,6 @@ jobs: - run: | npx playwright install npx playwright install-deps chromium + - run: npm run build -w type-guard - run: npm run build - run: npm test