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 e17b4e6 commit 9ed90b4Copy full SHA for 9ed90b4
1 file changed
.circleci/config.yml
@@ -21,8 +21,8 @@ jobs:
21
- v1-dependencies-example-{{ checksum "example/package.json" }}
22
- v1-dependencies-example-
23
- run: |
24
- yarn install --frozen-lockfile
25
yarn install --frozen-lockfile --cwd example
+ yarn install --frozen-lockfile
26
- save_cache:
27
key: v1-dependencies-{{ checksum "package.json" }}
28
paths: node_modules
0 commit comments