From b8a8edc711b202deac27067324ffe29f2315e4e2 Mon Sep 17 00:00:00 2001 From: "Nicholas C. Zakas" Date: Fri, 17 May 2024 10:22:20 -0400 Subject: [PATCH] Fix JSR test --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47fa2b0..9aa5399 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,4 +66,6 @@ jobs: run: npm install - name: Run --dry-run - run: npm run test:jsr + run: | + npm run build + npm run test:jsr