Skip to content

Commit

Permalink
Adds scope flag to wasm github action
Browse files Browse the repository at this point in the history
This has the effect of creating the package.json with a different package name.

Without the flag: "name": "ironfish-wasm",
With the flag:    "name": "@ironfish/ironfish-wasm",
  • Loading branch information
patnir authored and andiflabs committed Feb 10, 2025
1 parent a88b156 commit f0a55f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-npm-ironfish-rust-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f0a55f6

Please sign in to comment.