From f72eeffa094d9ab7df4ba01f0dbfbedd3f29044d Mon Sep 17 00:00:00 2001 From: Kendall Weihe Date: Mon, 30 Sep 2024 09:40:10 -0400 Subject: [PATCH] Fix npm install --- .github/workflows/ci.yml | 1 + Justfile | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4bc7990..154540d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/Justfile b/Justfile index 0210cf2..ce42272 100644 --- a/Justfile +++ b/Justfile @@ -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