Skip to content

Commit

Permalink
Tag-along fix for cache saving config
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrozenberg committed Oct 18, 2024
1 parent e7ea029 commit d41a8ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@ commands:
- save_cache:
name: '💾 Save node_modules/ Cache'
key: node-modules-cache-{{ arch }}-v3-{{ checksum "package-lock.json" }}
paths: node_modules/
paths:
- node_modules/
teardown_vm:
steps:
- persist_to_workspace:
Expand Down

0 comments on commit d41a8ab

Please sign in to comment.