From 6d5e5f80e1a0a31e43235505cc48263a0465f3ba Mon Sep 17 00:00:00 2001 From: Saifullah-dev Date: Fri, 15 Nov 2024 00:38:08 +0500 Subject: [PATCH] fix(JSR Release): Add `--allow-slow-types` for temporary `JS wihtout types` `jsr publish` --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b5509e7..c929b87 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,4 +29,4 @@ jobs: NPM_TOKEN: ${{secrets.NPM_TOKEN}} run: cd frontend && npx semantic-release - name: Publish to JSR (Deno) - run: cd frontend && npx jsr publish + run: cd frontend && npx jsr publish --allow-slow-types