From c74c2697d370e65a08726cbf3e11450cba3564de Mon Sep 17 00:00:00 2001 From: mkucharz Date: Tue, 16 Jan 2018 15:28:27 +0100 Subject: [PATCH] fix(): build without cache --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 29d3355c..d0aee133 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -146,6 +146,7 @@ jobs: steps: - restore_cache: key: v1-repo-{{ .Environment.CIRCLE_SHA1 }} + - run: yarn cache clean - run: yarn - run: sh ./bin/deploy-staging