We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e0ea62a + 6cfdf39 commit 2c4eb5aCopy full SHA for 2c4eb5a
.github/workflows/ci.yml
@@ -315,7 +315,7 @@ jobs:
315
path: |
316
node_modules
317
modules/*/node_modules
318
- key: ${{ runner.os }}-node22-${{ hashFiles('yarn.lock') }}-${{ hashFiles('tsconfig.packages.json') }}-${{ hashFiles('package.json') }}
+ key: ${{ runner.os }}-node22-${{ hashFiles('yarn.lock') }}-${{ hashFiles('tsconfig.packages.json')}}-${{ hashFiles('**/package.json') }}
319
320
- name: Install Packages
321
if: steps.lerna-cache.outputs.cache-hit != 'true' || contains( github.event.pull_request.labels.*.name, 'SKIP_CACHE')
0 commit comments