use downloadsolc_assets

pull/1236/head^2
yann300 4 years ago committed by Liana Husikyan
parent 3397b639ee
commit 0ef806aa3b
  1. 3
      .circleci/config.yml

@ -239,6 +239,7 @@ jobs:
- checkout - checkout
- run: npm install - run: npm install
- run: npx nx build remix-ide --with-deps - run: npx nx build remix-ide --with-deps
- run: npm run downloadsolc_assets
- run: - run:
name: Deploy name: Deploy
command: | command: |
@ -291,6 +292,7 @@ jobs:
- checkout - checkout
- run: npm install - run: npm install
- run: npx nx build remix-ide --with-deps - run: npx nx build remix-ide --with-deps
- run: npm run downloadsolc_assets
- run: - run:
name: Deploy name: Deploy
command: | command: |
@ -319,6 +321,7 @@ jobs:
- run: npm install - run: npm install
- run: npm run build:libs - run: npm run build:libs
- run: npm run build - run: npm run build
- run: npm run downloadsolc_assets
- run: - run:
name: Deploy name: Deploy
command: | command: |

Loading…
Cancel
Save