Skip to content

Commit

Permalink
fix: save node modules (IN-1004) (#221)
Browse files Browse the repository at this point in the history
* fix: save node modules (IN-1004)

* fix: save install state

* fix: shallow clone (IN-1004)

* fix: use github integration url (IN-1004)

* fix: shallow clone try again

* fix: git clone

* fix: revert git checkout changes
  • Loading branch information
DecathectZero authored Apr 29, 2024
1 parent adf860f commit 6ce1702
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/commands/yarn/vf_save_cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ steps:
key: node-module-cache-<< parameters.cache_prefix >>-{{ .Environment.CACHE_VERSION }}-{{ checksum "<< parameters.working_directory >>/yarn.lock" }}
paths:
- << parameters.working_directory >>/.yarn/cache
- << parameters.working_directory >>/.yarn/install-state.gz
- << parameters.working_directory >>/node_modules

0 comments on commit 6ce1702

Please sign in to comment.