Skip to content

Commit 5a46460

Browse files
committed
fix
1 parent a50dc21 commit 5a46460

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
deno-version: canary
2525

2626
- name: build
27-
run: deno task build
27+
run: deno task wasmbuild
2828

2929
- name: fmt
3030
run: deno fmt --check
@@ -51,6 +51,6 @@ jobs:
5151
with:
5252
deno-version: canary
5353
- name: build
54-
run: deno task build
54+
run: deno task wasmbuild
5555
- name: Publish to JSR on tag
5656
run: deno run -A jsr:@david/publish-on-tag@0.2.0

0 commit comments

Comments
 (0)