pull/5370/head
filip mertens 2 years ago committed by bunsenstraat
parent 772b631008
commit 3456377e15
  1. 3
      .circleci/config.yml

@ -20,6 +20,7 @@ jobs:
FILES_TO_PACKAGE: "dist/apps/remix-ide/index.html dist/apps/remix-ide/404.html dist/apps/remix-ide/*.js dist/apps/remix-ide/assets dist/apps/remix-ide/favicon.ico" FILES_TO_PACKAGE: "dist/apps/remix-ide/index.html dist/apps/remix-ide/404.html dist/apps/remix-ide/*.js dist/apps/remix-ide/assets dist/apps/remix-ide/favicon.ico"
steps: steps:
- run: printenv
- checkout - checkout
- restore_cache: - restore_cache:
keys: keys:
@ -29,7 +30,7 @@ jobs:
key: v1-deps-{{ checksum "yarn.lock" }} key: v1-deps-{{ checksum "yarn.lock" }}
paths: paths:
- node_modules - node_modules
- run: printenv
- run: - run:
name: Build name: Build
command: | command: |

Loading…
Cancel
Save