Skip to content

Commit

Permalink
Update nextjs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dprosper committed Oct 25, 2024
1 parent bc08c1d commit 52eb37b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build WASM
working-directory: frontend-wasm
run: |
wasm-pack build --target web
- name: Detect package manager
id: detect-package-manager
run: |
Expand Down

0 comments on commit 52eb37b

Please sign in to comment.