Skip to content

Commit 62ae703

Browse files
fix: excluded workspace package from cache
1 parent 3983ca4 commit 62ae703

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/actions/setup/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ runs:
3434
with:
3535
path: |
3636
**/node_modules
37+
!node_modules/react-native-audio-api
3738
.yarn/install-state.gz
3839
key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}-${{ hashFiles('**/package.json', '!node_modules/**') }}
3940
restore-keys: |

0 commit comments

Comments
 (0)