We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a45483 commit ffc6eacCopy full SHA for ffc6eac
src/jobs/monorepo/monorepo_types_tests.yml
@@ -12,7 +12,13 @@ steps:
12
- checkout_clone
13
- attach_workspace:
14
at: ~/voiceflow
15
+ - run:
16
+ command: cp -R ~/voiceflow/node_modules/.cache/turbo /tmp/turbo-cache
17
- install_node_modules
18
19
+ command: |
20
+ rm -rf ~/voiceflow/node_modules/.cache/turbo
21
+ cp -R /tmp/turbo-cache ~/voiceflow/node_modules/.cache/turbo
22
- monorepo_types_tests:
23
run_on_root: << parameters.run_on_root >>
24
force_execution: true
0 commit comments