From ba308098e95de6daa2c6d38887b8352469a11ace Mon Sep 17 00:00:00 2001 From: yann300 Date: Mon, 31 May 2021 15:29:14 +0200 Subject: [PATCH] add soljson.js when publishing --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index bde004212a..632f1059a7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -268,6 +268,7 @@ jobs: - setup_remote_docker - run: npm install - run: npx nx build remix-ide --with-deps + - run: npm run downloadsolc_assets - run: ./apps/remix-ide/ci/copy_resources.sh - run: ./apps/remix-ide/ci/publishIpfs - run: ./apps/remix-ide/ci/build_and_publish_docker_images.sh