Skip to content

Commit

Permalink
feat: revert "feat: nuke runner cache"
Browse files Browse the repository at this point in the history
This reverts commit d17d1aa.
  • Loading branch information
gomesalexandre committed Sep 22, 2023
1 parent d17d1aa commit 590cda1
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 @@ -26,7 +26,7 @@ orbs:
name: Restore Yarn Package Cache
keys:
- cache-v6-{{ checksum "yarn.lock" }}
- run: yarn
- run: yarn --frozen-lockfile --cache-folder ./.yarn-cache
- run:
no_output_timeout: 30m
name: Build packages
Expand Down

0 comments on commit 590cda1

Please sign in to comment.