From 22e4e82f09ab25bc0eb7a6e2f1b0bf0de3d0a6b9 Mon Sep 17 00:00:00 2001 From: Neal Date: Mon, 21 Oct 2024 13:29:51 -0700 Subject: [PATCH] update ts actions --- .github/workflows/ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db942a1..6fdcf2b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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