Skip to content

Commit

Permalink
fix circle cache path to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
James Bush committed Aug 23, 2019
1 parent dc6b09f commit 244aa63
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 @@ -106,7 +106,7 @@ jobs:
name: Delete build dependencies
command: apk del build-dependencies
- save_cache:
key: dependency-cache-{{ checksum "package.json" }}
key: dependency-cache-{{ checksum "src/package.json" }}
paths:
- node_modules

Expand Down

0 comments on commit 244aa63

Please sign in to comment.