From e94a55774fe577a11b89e47a45e4ecbb58a82d14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20H=C3=A4ggblad?= Date: Mon, 16 Oct 2023 16:43:16 +0200 Subject: [PATCH] wasm-opt in ci-sdk-docs-typescript --- .github/workflows/ci-sdk-docs-typescript.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci-sdk-docs-typescript.yml b/.github/workflows/ci-sdk-docs-typescript.yml index 14e0149769e..a90efe9edf4 100644 --- a/.github/workflows/ci-sdk-docs-typescript.yml +++ b/.github/workflows/ci-sdk-docs-typescript.yml @@ -37,6 +37,9 @@ jobs: - name: Install wasm-pack run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh + - name: Install wasm-opt + run: cargo install wasm-opt + - name: Build branch WASM packages run: make sdk-wasm-build