Skip to content

Commit

Permalink
fix preview builds too
Browse files Browse the repository at this point in the history
  • Loading branch information
redallen committed Feb 25, 2019
1 parent ad1b5f7 commit bfad36d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,12 @@ jobs:
- save_cache:
paths:
- node_modules
- packages/react-icons/node_modules/
- packages/patternfly-4/react-core/node_modules
- packages/patternfly-4/react-docs/node_modules
- 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" }}
- run:
name: Build Dist
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ cache:
directories:
- node_modules # God help us...
- packages/react-icons/node_modules/
- packages/patternfly-4/react-core/node_modules # To build PF4 docs
- packages/patternfly-4/react-docs/node_modules # To build PF4 docs
- packages/patternfly-4/react-core/node_modules
- packages/patternfly-4/react-docs/node_modules
- packages/patternfly-4/react-charts/node_modules
- packages/patternfly-4/react-styles/node_modules
- packages/patternfly-3/patternfly-react/node_modules
Expand Down

0 comments on commit bfad36d

Please sign in to comment.