Skip to content

Commit f0a55f6

Browse files
Rahul Patniandiflabs
authored andcommitted
Adds scope flag to wasm github action
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",
1 parent a88b156 commit f0a55f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-npm-ironfish-rust-wasm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Generate package
3535
working-directory: ./ironfish-rust-wasm
36-
run: wasm-pack build --release --target=web
36+
run: wasm-pack build --release --target=web --scope=ironfish
3737

3838
- name: Test in Firefox
3939
working-directory: ./ironfish-rust-wasm

0 commit comments

Comments
 (0)