Skip to content

Commit

Permalink
add building package as task
Browse files Browse the repository at this point in the history
  • Loading branch information
willemolding committed Aug 8, 2024
1 parent a323217 commit 88fb762
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
# 👇 Build steps
- name: install wasm-pack
uses: jetli/[email protected]
with:
version: latest
- name: build pkg
run: wasm-pack build --target web
- name: Set up Node.js
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 88fb762

Please sign in to comment.