Skip to content

Commit ffc6eac

Browse files
authored
build: dont clobber turbo cache (IN-3730) (#380)
1 parent 0a45483 commit ffc6eac

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/jobs/monorepo/monorepo_types_tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,13 @@ steps:
1212
- checkout_clone
1313
- attach_workspace:
1414
at: ~/voiceflow
15+
- run:
16+
command: cp -R ~/voiceflow/node_modules/.cache/turbo /tmp/turbo-cache
1517
- install_node_modules
18+
- run:
19+
command: |
20+
rm -rf ~/voiceflow/node_modules/.cache/turbo
21+
cp -R /tmp/turbo-cache ~/voiceflow/node_modules/.cache/turbo
1622
- monorepo_types_tests:
1723
run_on_root: << parameters.run_on_root >>
1824
force_execution: true

0 commit comments

Comments
 (0)