Skip to content

Commit

Permalink
CU-86a10fx0m - Implement Wcsdk's calculateFee
Browse files Browse the repository at this point in the history
  • Loading branch information
endkeyCoder committed Oct 17, 2023
1 parent caa91e3 commit c719dc7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- run: apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4EB27DB2A3B88B8B
- run: apt-get -y update
- run: yarn config delete proxy
- run: yarn install --ignore-engines --frozen-lockfile --network-timeout 1000000 --network-concurrency 1
- run: yarn install --ignore-engines --frozen-lockfile --network-timeout 1500000 --network-concurrency 1
- run: yarn lint
- run: yarn flow
- run: yarn assets
Expand All @@ -48,7 +48,7 @@ jobs:
- run: apt-get -y install libusb-1.0-0-dev icnsutils graphicsmagick libudev-dev
- run: apt-get -y install libxtst6 libxss1 libgtk2.0-0 libnss3 libasound2 libgconf-2-4
- run: yarn config delete proxy
- run: yarn install --ignore-engines --frozen-lockfile --network-timeout 1000000 --network-concurrency 1
- run: yarn install --ignore-engines --frozen-lockfile --network-timeout 1500000 --network-concurrency 1
- run: yarn release
- store_artifacts:
path: dist
Expand All @@ -59,7 +59,7 @@ jobs:
xcode: "14.0.0"
steps:
- checkout
- run: yarn install --ignore-engines --frozen-lockfile --network-timeout 1000000 --network-concurrency 1
- run: yarn install --ignore-engines --frozen-lockfile --network-timeout 1500000 --network-concurrency 1
- run: npm --build-from-source install node-pre-gyp --force
- run: yarn release:mac
- store_artifacts:
Expand All @@ -75,7 +75,7 @@ jobs:
- run: npm install --global --production windows-build-tools --vs2015
- run: npm config set msvs_version 2015 -g
- run: choco install windows-sdk-8.1
- run: yarn install --ignore-engines --frozen-lockfile --network-timeout 1000000 --network-concurrency 1
- run: yarn install --ignore-engines --frozen-lockfile --network-timeout 1500000 --network-concurrency 1
- run: yarn release
- store_artifacts:
path: dist
Expand Down

0 comments on commit c719dc7

Please sign in to comment.