Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
Fix npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
KendallWeihe committed Sep 30, 2024
1 parent 022a05c commit f72eeff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,7 @@ jobs:
# NOTE: only currently testing nodejs in the CI, not the browser
run: |
cd bound/typescript
(cd generate-mappings/; npm install)
npm install
npm run clean
npm run build:wasm
Expand Down
1 change: 1 addition & 0 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ wasm: setup
test-typescript: setup
#!/bin/bash
cd bound/typescript
(cd generate-mappings/; npm install)
npm install
npm run clean
npm run build:wasm
Expand Down

0 comments on commit f72eeff

Please sign in to comment.