Skip to content

Commit 060f9c4

Browse files
committed
Remove CI cache
1 parent 80f2fcd commit 060f9c4

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.circleci/config.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,7 @@ jobs:
1313
steps:
1414
- checkout
1515

16-
# Download and cache dependencies
17-
- restore_cache:
18-
keys:
19-
- v1-dependencies-{{ checksum "package.json" }}
20-
# fallback to using the latest cache if no exact match is found
21-
- v1-dependencies-
22-
23-
- run: yarn install
16+
- run: yarn
2417

2518
- save_cache:
2619
paths:

0 commit comments

Comments
 (0)