Skip to content

Commit 48b01bc

Browse files
committed
Fix caching of standalone-dependencies
1 parent b04d73c commit 48b01bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- packages/react-sandpack/node_modules
3232
- packages/sandpack/node_modules
3333
- save_cache:
34-
key: v7-standalone-dependency-cache-{{ .Branch }}-{{ checksum "yarn.lock" }}
34+
key: v7-standalone-dependency-cache-{{ .Branch }}-{{ checksum "standalone-packages/codesandbox-browserfs/yarn.lock" }}
3535
paths:
3636
- standalone-packages/codesandbox-browserfs/node_modules
3737
- run:

0 commit comments

Comments
 (0)