Skip to content

Commit

Permalink
Fix pnpm setup
Browse files Browse the repository at this point in the history
  • Loading branch information
simolus3 committed Jan 28, 2025
1 parent d79a6d9 commit 1067771
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
name: Install pnpm
with:
run_install: false
version: 10
- name: Publish npm package with WASM files
working-directory: packages/sqlite3/wasm_build
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
name: Install pnpm
with:
run_install: false
version: 10
- name: Dry-run npm publish
working-directory: packages/sqlite3/wasm_build
run: |
Expand Down

0 comments on commit 1067771

Please sign in to comment.