Skip to content

Commit

Permalink
Update build_and_publish_jsr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rustdevbtw authored Feb 19, 2024
1 parent fd84c41 commit 8b4ab0f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_and_publish_jsr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
run: |
deno task build --bypass-pkg-check --bypass-rs-check
- name: Apply Patch
run: |
sed -i "%s/!:/:/g" pkg/si_img.d.ts
- name: Typecheck
run: |
deno check src/**.ts
Expand Down

0 comments on commit 8b4ab0f

Please sign in to comment.