|
59 | 59 | save yarn cache: &cache_save_yarn |
60 | 60 | name: Saving Yarn cache |
61 | 61 | paths: |
62 | | - - ~/.cache/yarn |
| 62 | + - .yarn/cache |
63 | 63 | - ~/Library/Detox |
64 | 64 | key: *key_yarn |
65 | 65 |
|
@@ -105,7 +105,7 @@ jobs: |
105 | 105 | - restore-cache: *cache_restore_yarn |
106 | 106 | - run: |
107 | 107 | name: Install dependencies |
108 | | - command: yarn --pure-lockfile --non-interactive --cache-folder ~/.cache/yarn |
| 108 | + command: yarn |
109 | 109 | - save-cache: *cache_save_yarn |
110 | 110 | - persist_to_workspace: |
111 | 111 | root: . |
@@ -134,7 +134,7 @@ jobs: |
134 | 134 | - restore-cache: *cache_restore_yarn |
135 | 135 | - run: |
136 | 136 | name: Installing Yarn dependencies |
137 | | - command: yarn --pure-lockfile --non-interactive --cache-folder ~/.cache/yarn |
| 137 | + command: yarn |
138 | 138 | - save-cache: *cache_save_yarn |
139 | 139 | - restore-cache: *cache_restore_gradle |
140 | 140 | - run: |
@@ -162,7 +162,7 @@ jobs: |
162 | 162 | - restore-cache: *cache_restore_yarn |
163 | 163 | - run: |
164 | 164 | name: Installing Yarn dependencies |
165 | | - command: yarn --pure-lockfile --non-interactive --cache-folder ~/.cache/yarn |
| 165 | + command: yarn |
166 | 166 | - save-cache: *cache_save_yarn |
167 | 167 | - restore-cache: *cache_restore_pods |
168 | 168 | - run: |
@@ -203,7 +203,7 @@ jobs: |
203 | 203 | - restore_cache: *cache_restore_yarn |
204 | 204 | - run: |
205 | 205 | name: Install dependencies |
206 | | - command: yarn --pure-lockfile --non-interactive --cache-folder ~/.cache/yarn |
| 206 | + command: yarn |
207 | 207 | - save_cache: *cache_save_yarn |
208 | 208 | - run: |
209 | 209 | name: Bundle JS |
|
0 commit comments