diff --git a/.circleci/config.yml b/.circleci/config.yml index 97995936f6..4e9f891062 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,7 +11,7 @@ jobs: working_directory: ~/repo steps: - checkout - - run: cd remix-lib + - run: ls && cd remix-lib - restore_cache: keys: - dep-bundle-{{ checksum "package.json" }}