Skip to content

Commit

Permalink
cache bust
Browse files Browse the repository at this point in the history
  • Loading branch information
redallen committed Feb 25, 2019
1 parent bfad36d commit 91b0796
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
# Download and cache dependencies
- restore_cache:
keys:
- v3-deps-{{ .Branch }}-{{ checksum "yarn.lock" }}
- v1-deps-{{ .Branch }}-{{ checksum "yarn.lock" }}
- run:
name: Conditional install
command: if [ ! -d node_modules ]; then yarn install --frozen-lockfile; fi
Expand All @@ -25,7 +25,7 @@ jobs:
- packages/patternfly-4/react-charts/node_modules
- packages/patternfly-4/react-styles/node_modules
- packages/patternfly-3/patternfly-react/node_modules
key: v3-deps-{{ .Branch }}-{{ checksum "yarn.lock" }}
key: v1-deps-{{ .Branch }}-{{ checksum "yarn.lock" }}
- run:
name: Build Dist
command: yarn build
Expand Down

0 comments on commit 91b0796

Please sign in to comment.