diff --git a/.circleci/config.yml b/.circleci/config.yml index 411a85a..158ae19 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,8 +9,8 @@ jobs: - run: name: update-npm command: 'sudo npm install -g npm@latest' - # - restore_cache: - # key: dependency-cache-{{ checksum "package.json" }} + - restore_cache: + key: dependency-cache-{{ checksum "package.json" }} - run: name: install-npm-wee command: npm install @@ -39,8 +39,8 @@ jobs: - run: name: update-npm command: 'sudo npm install -g npm@latest' - # - restore_cache: - # key: dependency-cache-{{ checksum "package.json" }} + - restore_cache: + key: dependency-cache-{{ checksum "package.json" }} - run: name: install-npm-wee command: npm install