Skip to content

Commit

Permalink
build(ci): update yarn cache path for new version
Browse files Browse the repository at this point in the history
  • Loading branch information
polonel committed Jul 8, 2022
1 parent 67122ad commit 5044b75
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 @@ -22,7 +22,7 @@ commands:
name: Save Yarn Package Cache
key: yarn-packages-{{ checksum "yarn.lock" }}
paths:
- ~/.cache/yarn
- ~/trudesk/.yarn/cache

jobs:
build_general:
Expand Down

0 comments on commit 5044b75

Please sign in to comment.