Skip to content

Commit 5ceeb7f

Browse files
authored
ci: add package deps to cache (#25)
Add the node_modules folder for all of the packages to the CircleCI dependencies cache
1 parent 9220312 commit 5ceeb7f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

+4
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
- save_cache:
2323
paths:
2424
- node_modules
25+
- packages/example-app/node_modules
26+
- packages/form/node_modules
27+
- packages/router/node_modules
28+
- packages/store/node_modules
2529
key: v1-dependencies-{{ checksum "yarn.lock" }}
2630

2731
- run: yarn build

0 commit comments

Comments
 (0)