pull/7/head
yann300 7 years ago committed by GitHub
parent a3f3820391
commit 593a2a32e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .circleci/config.yml

@ -11,7 +11,7 @@ jobs:
working_directory: ~/repo working_directory: ~/repo
steps: steps:
- checkout - checkout
- run: cd remix-lib - run: ls && cd remix-lib
- restore_cache: - restore_cache:
keys: keys:
- dep-bundle-{{ checksum "package.json" }} - dep-bundle-{{ checksum "package.json" }}

Loading…
Cancel
Save