Skip to content

Commit

Permalink
Merge pull request #105 from Saifullah-dev/release/deno
Browse files Browse the repository at this point in the history
fix(JSR Release): Add `--allow-slow-types` for temporary `JS wihtout types` `jsr publish`
  • Loading branch information
Saifullah-dev authored Nov 14, 2024
2 parents 4396c51 + 6d5e5f8 commit 98ba66b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 98ba66b

Please sign in to comment.