Skip to content

Commit

Permalink
update ts actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nitro-neal committed Oct 21, 2024
1 parent 6bac761 commit 22e4e82
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -426,8 +426,11 @@ jobs:
uses: cashapp/activate-hermit@v1
with:
cache: true
- name: Lint
# NOTE: only currently testing nodejs in the CI, not the browser
- name: Build WASM
run: |
cd bindings/tbdex_wasm
wasm-pack build --target nodejs --out-dir ../../bound/typescript/pkg
- name: Lint and Test
run: |
cd bound/typescript
npm install
Expand Down

0 comments on commit 22e4e82

Please sign in to comment.