Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
Remove improper cache
Browse files Browse the repository at this point in the history
  • Loading branch information
occar421 committed Jan 1, 2021
1 parent 2356d4b commit d18f10d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
- restore_cache:
keys:
- 12-dep-{{ checksum "package.json" }}
- 12-dep-

- run: yarn install

Expand All @@ -32,7 +31,6 @@ jobs:
- restore_cache:
keys:
- 14-dep-{{ checksum "package.json" }}
- 14-dep-

- run: yarn install

Expand Down

0 comments on commit d18f10d

Please sign in to comment.