Skip to content

Commit 7cdf23b

Browse files
author
Ives van Hoorne
committed
Cache all node_modules
1 parent 5be3fad commit 7cdf23b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.circleci/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ jobs:
2424
key: v6-dependency-cache-{{ .Branch }}-{{ checksum "yarn.lock" }}
2525
paths:
2626
- node_modules
27+
- packages/app/node_modules
28+
- packages/codesandbox-api/node_modules
29+
- packages/common/node_modules
30+
- packages/homepage/node_modules
31+
- packages/react-sandpack/node_modules
32+
- packages/sandpack/node_modules
2733
- save_cache:
2834
key: v6-standalone-dependency-cache-{{ .Branch }}-{{ checksum "yarn.lock" }}
2935
paths:

0 commit comments

Comments
 (0)