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.
1 parent 72d8e86 commit f667265Copy full SHA for f667265
.github/workflows/main.yml
@@ -53,7 +53,7 @@ jobs:
53
id: yarn-build-cache
54
with:
55
path: packages/**/dist
56
- key: ${{ runner.os }}-yarn-build-${{ hashFiles('packages/**') }}
+ key: ${{ runner.os }}-yarn-build-${{ hashFiles('/packages/**/*') }}
57
restore-keys: |
58
${{ runner.os }}-yarn-build-
59
0 commit comments