diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a98fef0..90ab54e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 diff --git a/deno.jsonc b/deno.jsonc index 36a1fc6..f7db631 100644 --- a/deno.jsonc +++ b/deno.jsonc @@ -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"]