From 7f29b46d32b590ebc34c6f86360ef34e8bbb75fe Mon Sep 17 00:00:00 2001 From: brunobar79 Date: Fri, 13 Jul 2018 21:01:13 -0400 Subject: clear circleci cache --- .circleci/config.yml | 5 ----- 1 file changed, 5 deletions(-) (limited to '.circleci') diff --git a/.circleci/config.yml b/.circleci/config.yml index 7063f3113..9e74b4a6f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -100,11 +100,6 @@ jobs: - image: circleci/node:8.11.3-browsers steps: - checkout - - restore_cache: - keys: - - dependency-cache-{{ checksum "package-lock.json" }} - # fallback to using the latest cache if no exact match is found - - dependency-cache- - run: name: Install npm 6 + deps via npm command: | -- cgit