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.
package.json
1 parent e1bc0e8 commit 1621214Copy full SHA for 1621214
.github/workflows/build.yml
@@ -176,7 +176,7 @@ jobs:
176
# so no need to reinstall them
177
- name: Compute dependency cache key
178
id: compute_lockfile_hash
179
- run: echo "hash=${{ hashFiles('yarn.lock') }}" >> "$GITHUB_OUTPUT"
+ run: echo "hash=${{ hashFiles('yarn.lock', '**/package.json') }}" >> "$GITHUB_OUTPUT"
180
181
- name: Check dependency cache
182
uses: actions/cache@v3
0 commit comments