Skip to content

Commit

Permalink
ci: temporarily allow slow types on jsr publish
Browse files Browse the repository at this point in the history
  • Loading branch information
erictaylor committed Apr 1, 2024
1 parent acedcae commit 4d0f0b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-jsr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ 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
run: pnpm dlx jsr publish --allow-slow-types

0 comments on commit 4d0f0b1

Please sign in to comment.