Remove cache tmp

This commit is contained in:
Dominik Prokop
2019-07-11 13:44:50 +02:00
parent a28c96090c
commit 6e2c5eb52a
-2
View File
@@ -628,8 +628,6 @@ jobs:
- image: circleci/node:10
steps:
- checkout
- restore_cache:
key: dependency-cache-{{ checksum "yarn.lock" }}
- run:
name: yarn install
command: 'yarn install --pure-lockfile --no-progress'