pull/7/head
yann300 7 years ago committed by GitHub
parent 593a2a32e8
commit 963b34702d
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
steps:
- checkout
- run: ls && cd remix-lib
- run: ls && cd remix-lib && ls
- restore_cache:
keys:
- dep-bundle-{{ checksum "package.json" }}

Loading…
Cancel
Save