diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7843d19..997f8fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,6 +31,9 @@ jobs: with: bun-version: latest + - name: jsr slow types check + run: npx jsr publish --dry-run + - name: Test run: npm run test