diff --git a/.github/workflows/deploy-npm-ironfish-rust-wasm.yml b/.github/workflows/deploy-npm-ironfish-rust-wasm.yml index b162c82787..30c3978d9a 100644 --- a/.github/workflows/deploy-npm-ironfish-rust-wasm.yml +++ b/.github/workflows/deploy-npm-ironfish-rust-wasm.yml @@ -33,7 +33,7 @@ jobs: - name: Generate package working-directory: ./ironfish-rust-wasm - run: wasm-pack build --release --target=web + run: wasm-pack build --release --target=web --scope=ironfish - name: Test in Firefox working-directory: ./ironfish-rust-wasm