From 359f9ab4d2dc5a79ebce492923355ad1df60f9e8 Mon Sep 17 00:00:00 2001 From: brunobar79 Date: Fri, 13 Jul 2018 00:54:45 -0400 Subject: [PATCH] avoid fallback cache --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7063f3113..1e3b071a3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -104,7 +104,7 @@ jobs: keys: - dependency-cache-{{ checksum "package-lock.json" }} # fallback to using the latest cache if no exact match is found - - dependency-cache- + # - dependency-cache- - run: name: Install npm 6 + deps via npm command: |