Skip to content

Commit

Permalink
Fix JSR test
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed May 17, 2024
1 parent ca2f768 commit b8a8edc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b8a8edc

Please sign in to comment.