Skip to content

Commit

Permalink
ci: remove allow-slow-types from jsr publish
Browse files Browse the repository at this point in the history
  • Loading branch information
erictaylor committed Apr 27, 2024
1 parent bba5785 commit d72775b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-jsr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,5 @@ jobs:
- name: Build
run: pnpm run build

# TODO: Remove --allow-slow-types once https://github.com/jsr-io/jsr/issues/346 is resolved.
- name: Publish to JSR
run: pnpm dlx jsr publish --allow-slow-types
run: pnpm dlx jsr publish

0 comments on commit d72775b

Please sign in to comment.