Skip to content

Commit

Permalink
add wasm-pack
Browse files Browse the repository at this point in the history
  • Loading branch information
conorsch committed Jun 14, 2024
1 parent 28cef94 commit 0bc5338
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/deploy-firebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,19 @@ jobs:
- name: Checkout the source code
uses: actions/checkout@v4

- uses: pnpm/action-setup@v3
- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 8

- name: Install dependencies
- name: Install npm dependencies
run: pnpm install

- name: Install wasm-pack
uses: jetli/[email protected]
with:
version: 'latest'

- name: Build static site
run: pnpm build

Expand Down

0 comments on commit 0bc5338

Please sign in to comment.