Skip to content
This repository was archived by the owner on Oct 2, 2024. It is now read-only.

Commit dd7a743

Browse files
committed
fix
1 parent cca6c3f commit dd7a743

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,10 @@ jobs:
6868
- name: Install zemu deps
6969
run: |
7070
cd js
71+
yarn unlink @ironfish/rust-nodejs
7172
yarn link @ironfish/rust-nodejs
7273
cd ../tests_zemu
74+
yarn unlink @ironfish/rust-nodejs
7375
yarn link @ironfish/rust-nodejs
7476
cd ..
7577
make zemu_install

tests_zemu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"upgrade": "bunx npm-check-updates -i"
2525
},
2626
"dependencies": {
27-
"@ironfish/rust-nodejs": "file:../../../otros/ironfish/ironfish-rust-nodejs",
27+
"@ironfish/rust-nodejs": "../../../otros/ironfish/ironfish-rust-nodejs",
2828
"@ironfish/sdk": "^2.5.0",
2929
"@zondax/ledger-ironfish": "../js",
3030
"@zondax/zemu": "^0.50.2"

0 commit comments

Comments
 (0)