Skip to content

Commit

Permalink
fixed web bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
matt200-ok committed Dec 17, 2024
1 parent 8f404d8 commit a92c528
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/web-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

# ************ REMOVE AFTER RELEASE ***************
- name: build local binding
run: yarn install && yarn build
run: yarn install && yarn copywasm && yarn build
working-directory: binding/web
# ************ REMOVE AFTER RELEASE ***************

Expand All @@ -51,7 +51,7 @@ jobs:

# ************ REMOVE AFTER RELEASE ***************
- name: build local binding
run: yarn install && yarn build
run: yarn install && yarn copywasm && yarn build
working-directory: binding/web
# ************ REMOVE AFTER RELEASE ***************

Expand Down

0 comments on commit a92c528

Please sign in to comment.