Skip to content

Commit

Permalink
allow slow types
Browse files Browse the repository at this point in the history
  • Loading branch information
bukhalo committed Jul 3, 2024
1 parent d46a463 commit f814c8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
id-token: write # The OIDC ID token is used for authentication with JSR.
steps:
- uses: actions/checkout@v4
- run: npx jsr publish
- run: npx jsr publish --allow-slow-types
2 changes: 1 addition & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"lint": "deno fmt",
// example command for run tests, use you own TV IP address
"test": "deno test --allow-net=192.168.0.61:3000 -- ws://192.168.0.61:3000",
"publish": "deno task lint && deno publish"
"publish": "deno task lint && deno publish --allow-slow-types"
},
"publish": {
"exclude": [".github"]
Expand Down

0 comments on commit f814c8d

Please sign in to comment.