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

Commit

Permalink
Merge pull request #160 from 5app/fix-npm-install
Browse files Browse the repository at this point in the history
chore(ci): fix broken dep cache
  • Loading branch information
MrSwitch authored Oct 7, 2021
2 parents 2fe3448 + c777ec7 commit 6183482
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ aliases:
- &attach_workspace
attach_workspace:
at: *dir
- &cache-key dependency-cache-lts-{{ checksum "package.json" }}
- &cache-key-fallback dependency-cache-
- &cache-key dependency-cache-lts-a-{{ checksum "package.json" }}
- &cache-key-fallback dependency-cache-lts-a-

################################
# Executors
Expand Down

0 comments on commit 6183482

Please sign in to comment.