We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b35f5c commit b2297e5Copy full SHA for b2297e5
.circleci/config.yml
@@ -12,7 +12,6 @@ jobs:
12
- restore_cache:
13
keys:
14
- v1-dependencies-{{ checksum "yarn.lock" }}
15
- - v1-dependencies- # used if checksum fails
16
17
- run: yarn install
18
0 commit comments