Skip to content

Commit

Permalink
fix: we need to use --allow-slow-types to publish for now
Browse files Browse the repository at this point in the history
  • Loading branch information
bradenmacdonald committed Mar 19, 2024
1 parent 14d1c97 commit 9899030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
- uses: actions/checkout@v4

- name: Publish package
run: npx jsr publish
run: npx jsr publish --allow-slow-types

0 comments on commit 9899030

Please sign in to comment.