Skip to content

Commit

Permalink
fix(e2e): Adds rimraf to trezor-suite
Browse files Browse the repository at this point in the history
  • Loading branch information
Vere-Grey committed Jan 2, 2025
1 parent e4c6a6c commit 805873b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/suite-desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"@electron/notarize": "2.5.0",
"electron": "32.2.6",
"electron-builder": "25.1.8",
"glob": "^10.3.10"
"glob": "^10.3.10",
"rimraf": "^6.0.1"
}
}
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12264,6 +12264,7 @@ __metadata:
electron-updater: "npm:6.3.9"
glob: "npm:^10.3.10"
openpgp: "npm:^6.0.1"
rimraf: "npm:^6.0.1"
usb: "npm:^2.14.0"
languageName: unknown
linkType: soft
Expand Down

0 comments on commit 805873b

Please sign in to comment.