Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Commit

Permalink
fix removing ursa-optional
Browse files Browse the repository at this point in the history
  • Loading branch information
yann300 authored Jul 15, 2021
1 parent cfa0f59 commit 764730e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ aliases:
# libp2p uses by default ursa-optional, libp2p fails using the ursa-optional built files.
# removing ursa-optional allows libp2p to fallback to "keypair": https://github.com/libp2p/js-libp2p-crypto/pull/128/files#diff-3544cb4008be1bc81ba3bc70fbb55745a3343712bf391c316b21c4548b194501R23
# remix-desktop issue: https://github.com/ethereum/remix-desktop/issues/40
- run: rm -rf release/*-unpacked/resources/app/node_modules/ursa-optional
- run: rm -rf release/mac/resources/app/node_modules/ursa-optional
- run: rm -rf node_modules/ursa-optional
# - *test_e2e
- *run_script
# - *save_modules_cache
Expand Down

0 comments on commit 764730e

Please sign in to comment.