Skip to content

Commit

Permalink
fix(circleci): updating config to fetch dist cache first
Browse files Browse the repository at this point in the history
  • Loading branch information
pendragon-engineering committed Feb 15, 2023
1 parent 6973031 commit 89b0ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
- checkout
- restore_cache:
keys:
- v1-deps-{{ checksum "package-lock.json" }}
- v1-build-{{ .BuildNum }}-branch-{{ .Branch }}
- v1-deps-{{ checksum "package-lock.json" }}
- run:
name: "release"
command: "npx semantic-release --debug"
Expand Down

0 comments on commit 89b0ddf

Please sign in to comment.