From 842e9570c80f97cacc4cc13b8920dd6c1739c2d3 Mon Sep 17 00:00:00 2001 From: Simon Cambier Date: Thu, 10 Nov 2022 21:19:23 +0100 Subject: [PATCH] Removed wasm-pack from the build process --- .github/workflows/release.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5bf9775..cc8f4e7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,9 +16,6 @@ jobs: steps: - uses: actions/checkout@v2 - - name: wasm-pack-action - uses: jetli/wasm-pack-action@v0.3.0 - - name: Cache pnpm modules uses: actions/cache@v2 with: