Skip to content

Commit

Permalink
ci: 🎡 fikset yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nutgaard committed Jul 24, 2019
1 parent 448730b commit f1bb157
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@ jobs:
- checkout

- restore_cache:
keys:
- v1-dependencies-{{ .Branch }}-{{ checksum "package-lock.json" }}
# fallback to using the latest cache if no exact match is found
- v1-dependencies-
keys:
- v1-dependencies-{{ .Branch }}-{{ checksum "package-lock.json" }}
# fallback to using the latest cache if no exact match is found
- v1-dependencies-

- run: npm ci

- save_cache:
key: v1-dependencies-{{ .Branch }}-{{ checksum "package-lock.json" }}
paths:
- /root/.npm
key: v1-dependencies-{{ .Branch }}-{{ checksum "package-lock.json" }}
paths:
- /root/.npm

- run:
name: Authenticate with registry
Expand Down

0 comments on commit f1bb157

Please sign in to comment.