We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b04d73c commit 48b01bcCopy full SHA for 48b01bc
.circleci/config.yml
@@ -31,7 +31,7 @@ jobs:
31
- packages/react-sandpack/node_modules
32
- packages/sandpack/node_modules
33
- save_cache:
34
- key: v7-standalone-dependency-cache-{{ .Branch }}-{{ checksum "yarn.lock" }}
+ key: v7-standalone-dependency-cache-{{ .Branch }}-{{ checksum "standalone-packages/codesandbox-browserfs/yarn.lock" }}
35
paths:
36
- standalone-packages/codesandbox-browserfs/node_modules
37
- run:
0 commit comments