Skip to content

Commit c646293

Browse files
committed
Remove CI cache
1 parent 060f9c4 commit c646293

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.circleci/config.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,7 @@ jobs:
3030
steps:
3131
- checkout
3232

33-
- restore_cache:
34-
keys:
35-
- v1-dependencies-{{ checksum "package.json" }}
36-
# fallback to using the latest cache if no exact match is found
37-
- v1-dependencies-
38-
39-
- run: yarn install
33+
- run: yarn
4034

4135
- run:
4236
name: Authenticate with registry

0 commit comments

Comments
 (0)