diff --git a/.circleci/config.yml b/.circleci/config.yml index 632f1059a7..e2f5431ee1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -238,8 +238,8 @@ jobs: steps: - checkout - run: npm install - - run: npx nx build remix-ide --with-deps - run: npm run downloadsolc_assets + - run: npx nx build remix-ide --with-deps - run: name: Deploy command: | @@ -267,8 +267,8 @@ jobs: - checkout - setup_remote_docker - run: npm install - - run: npx nx build remix-ide --with-deps - run: npm run downloadsolc_assets + - run: npx nx build remix-ide --with-deps - 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 @@ -292,8 +292,8 @@ jobs: steps: - checkout - run: npm install - - run: npx nx build remix-ide --with-deps - run: npm run downloadsolc_assets + - run: npx nx build remix-ide --with-deps - run: name: Deploy command: | @@ -321,8 +321,8 @@ jobs: - checkout - run: npm install - run: npm run build:libs - - run: npm run build - run: npm run downloadsolc_assets + - run: npm run build - run: name: Deploy command: |